Nevron .NET Vision
Nevron.UI Namespace / NColorHelper Class / AreEqual Method


In This Topic
    AreEqual Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AreEqual( _
       ByVal c1 As System.Drawing.Color, _
       ByVal c2 As System.Drawing.Color, _
       ByVal compareAlpha As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim c1 As System.Drawing.Color
    Dim c2 As System.Drawing.Color
    Dim compareAlpha As System.Boolean
    Dim value As System.Boolean
     
    value = NColorHelper.AreEqual(c1, c2, compareAlpha)
    public static System.bool AreEqual( 
       System.Drawing.Color c1,
       System.Drawing.Color c2,
       System.bool compareAlpha
    )

    Parameters

    c1
    c2
    compareAlpha
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also