Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UnaryComparisonOperator Enumeration


UnaryComparisonOperator Enumeration
Represents the unary comparison operator.
Syntax
'Declaration
 
Public Enum UnaryComparisonOperator 
   Inherits System.Enum
 
'Usage
 
Dim instance As UnaryComparisonOperator
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