[]
        
(Showing Draft Content)

FarPoint.Web.Spread.UnaryComparisonOperator

UnaryComparisonOperator Enum

Represents the unary comparison operator.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum UnaryComparisonOperator
Public Enum UnaryComparisonOperator

Fields

Name 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