ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Color Structure / Equals Method / Equals(Color) Method
The instance of Color to compare.

In This Topic
    Equals(Color) Method
    In This Topic
    Determines whether the specified instance of Color is equal to this instance
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal obj As Color _
    ) As Boolean
    public bool Equals( 
       Color obj
    )

    Parameters

    obj
    The instance of Color to compare.

    Return Value

    True, if these instances are equal, false otherwise.
    See Also