Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UnaryComparisonOperator Enumeration


In This Topic
    UnaryComparisonOperator Enumeration
    In This Topic
    Represents the unary comparison operator.
    Syntax
    'Declaration
     
    
    Public Enum UnaryComparisonOperator 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UnaryComparisonOperator
    public enum UnaryComparisonOperator : System.Enum 
    Members
    MemberDescription
    EqualToDetermines whether a value is equal to the parameter value
    GreaterThanDetermines whether a value is greater than the parameter value
    GreaterThanOrEqualToDetermines whether a value is greater than or equal to the parameter value
    LessThanDetermines whether a value is less than the parameter value
    LessThanOrEqualToDetermines whether a value is less than or equal to the parameter value
    NotEqualToDetermines whether a value is not equal to the parameter value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.UnaryComparisonOperator

    See Also