ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Utils Class / IsColorEquals Method
First color.
Second color

In This Topic
    IsColorEquals Method
    In This Topic
    Tests whether specified colors are equal.
    Syntax
    'Declaration
     
    Public Shared Function IsColorEquals( _
       ByVal color1 As System.Drawing.Color, _
       ByVal color2 As System.Drawing.Color _
    ) As System.Boolean
    public static System.bool IsColorEquals( 
       System.Drawing.Color color1,
       System.Drawing.Color color2
    )

    Parameters

    color1
    First color.
    color2
    Second color

    Return Value

    true if the specified colors are equal, false otherwise.
    See Also