The comparison operator to be used.
Specifies, which comparison operator to use when testing values against each other.
| Property | Description |
|---|---|
| EqualTo | The operator tests if two values are equal. |
| NotEqualTo | The operator tests if two values are not equal. |
| LessThan | The operator tests if a specified value is less than the reference value. |
| LessThanOrEqualTo | The operator tests if a specified value is less than or equal to the reference value. |
| GreaterThan | The operator tests if a specified value is greater than the reference value. |
| GreaterThanOrEqualTo | The operator tests if a specified value is greater than or equal to the reference value. |