ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Color Structure / Equality Operator
The color1.
The color2.

In This Topic
    Equality Operator (Color)
    In This Topic
    Implements the operator ==.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal color1 As Color, _
       ByVal color2 As Color _
    ) As Boolean
    public bool operator ==( 
       Color color1,
       Color color2
    )

    Parameters

    color1
    The color1.
    color2
    The color2.

    Return Value

    The result of the operator.
    See Also