VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / ComparisonOperator Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ComparisonOperator Enumeration
    In This Topic
    Specifies available comparison operators for a comparer.
    Syntax
    'Declaration
    
    Public Enum ComparisonOperator
       Inherits System.Enum
    
    
    public enum ComparisonOperator : System.Enum
    
    
    __value public enum ComparisonOperator : public System.Enum
    
    
    public enum class ComparisonOperator : public System.Enum
    
    
    Members
    MemberDescription
    GreaterLeft value is greater than the right value.
    GreaterOrEqualLeft value is greater or equal than the right value.
    EqualLeft value is equal to the right value.
    NotEqualLeft value is not equal to the right value.
    LessOrEqualLeft value is less or equal than the right value.
    LessLeft value is less than the right value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Processing.Analyzers.ComparisonOperator

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also