Spread for ASP.NET 12 Product Documentation
UnaryComparisonOperator Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : UnaryComparisonOperator Enumeration
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.Web.Spread.UnaryComparisonOperator

See Also

Reference

FarPoint.Web.Spread Namespace