Nevron Open Vision Documentation
Nevron.Nov Namespace / ENComparisonOperator Enumeration


In This Topic
    ENComparisonOperator Enumeration
    In This Topic
    Represents the comparison operators.
    Syntax
    'Declaration
     
    
    Public Enum ENComparisonOperator 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENComparisonOperator
    public enum ENComparisonOperator : System.Enum 
    Members
    MemberDescription
    EqualsThe equals operator.
    GreaterThanThe greater than operator.
    GreaterThanOrEqualToGreater than or equal to
    LessThanThe less than operator.
    LessThanOrEqualToLess than or equal to
    NotEqualsThe not equals operator.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENComparisonOperator

    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