ComparisonOperator (Type)

String identifying a comparison operator, for example: 'Greater than', 'Less than', 'Greater than or equal', 'Less than or equal', or 'Equals'.

Based On:

Enumeration

Possible Values:

Value Display Value Description
< Less than  
<= Less than or equal  
= Equal  
> Greater than  
>= Greater than or equal  

Error Message:

Must be a string identifying a comparison operator, for example: 'Greater than', 'Less than', 'Greater than or equal', 'Less than or equal', or 'Equals'.