Nevron Open Vision Documentation
Nevron.Nov.GraphicsGL Namespace / NGLColorFormat Structure / Inequality Operator
The left operand.
The right operand.


In This Topic
    Inequality Operator (NGLColorFormat)
    In This Topic
    Compares two instances for inequality.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal left As NGLColorFormat, _
       ByVal right As NGLColorFormat _
    ) As System.Boolean
    'Usage
     
    
    public System.bool operator !=( 
       NGLColorFormat left,
       NGLColorFormat right
    )

    Parameters

    left
    The left operand.
    right
    The right operand.

    Return Value

    True if both instances are not equal; false otherwise.
    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