Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / CompareValueOperator Enumeration


    CompareValueOperator Enumeration
    Defines the operators used to compare two values.
    Syntax
    'Declaration
     
    Public Enum CompareValueOperator 
       Inherits System.Enum
     
    'Usage
     
    Dim instance As CompareValueOperator
    Members
    MemberDescription
    EqualValues are equal.
    GreaterThanValue is greater than another value.
    GreaterThanOrEqualValue is greater than or equal to another value.
    LessThanValue is less than another value.
    LessThanOrEqualValue is less than or equal to another value.
    NotEqualValues are different.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Validation.CompareValueOperator

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also