ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / C1Colors Class / AreColorsEqual Method

In This Topic
    AreColorsEqual Method (C1Colors)
    In This Topic
    Returns true if two colors are equal.
    Syntax
    'Declaration
     
    Public Shared Function AreColorsEqual( _
       ByVal v1 As System.Drawing.Color, _
       ByVal v2 As System.Drawing.Color _
    ) As System.Boolean
    public static System.bool AreColorsEqual( 
       System.Drawing.Color v1,
       System.Drawing.Color v2
    )

    Parameters

    v1
    v2
    See Also