'Declaration Public Enum UnaryComparisonOperator Inherits System.Enum
'Usage Dim instance As UnaryComparisonOperator
public enum UnaryComparisonOperator : System.Enum
'Declaration Public Enum UnaryComparisonOperator Inherits System.Enum
'Usage Dim instance As UnaryComparisonOperator
public enum UnaryComparisonOperator : System.Enum
Member | Description |
---|---|
EqualTo | Determines whether a value is equal to the parameter value |
GreaterThan | Determines whether a value is greater than the parameter value |
GreaterThanOrEqualTo | Determines whether a value is greater than or equal to the parameter value |
LessThan | Determines whether a value is less than the parameter value |
LessThanOrEqualTo | Determines whether a value is less than or equal to the parameter value |
NotEqualTo | Determines whether a value is not equal to the parameter value |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.UnaryComparisonOperator