Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / UnaryComparisonOperator Enumeration
Example Example


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
    Example
    This example uses the UnaryComparisonOperator enumeration.
    Inheritance Hierarchy

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

    See Also