[]
        
Represents the unary comparison operator.
public enum UnaryComparisonOperatorPublic Enum UnaryComparisonOperator| 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 |