Nevron Open Vision Documentation
Nevron.Nov.GraphicsGL Namespace / NGLColorFormat Structure / CompareTo Method
The other instance.


In This Topic
    CompareTo Method (NGLColorFormat)
    In This Topic
    Compares two instances.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As NGLColorFormat _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NGLColorFormat
    Dim other As NGLColorFormat
    Dim value As System.Integer
     
    value = instance.CompareTo(other)
    public System.int CompareTo( 
       NGLColorFormat other
    )

    Parameters

    other
    The other instance.

    Return Value

    Zero if this instance is equal to other; a positive value if this instance is greater than other; a negative value 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