Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NColor Structure / RGBEquals Method
The color to compare this color with.


In This Topic
    RGBEquals Method
    In This Topic
    Checks whether the packed RGB representation of the color is equal to the specified color.
    Syntax
    'Declaration
     
    
    Public Function RGBEquals( _
       ByVal color As NColor _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NColor
    Dim color As NColor
    Dim value As System.Boolean
     
    value = instance.RGBEquals(color)
    public System.bool RGBEquals( 
       NColor color
    )

    Parameters

    color
    The color to compare this color with.

    Return Value

    True if the packed RGB representations are equal.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also