Determines the comparison operator that is used to compare the condition's form field value with the specified comparison value or the interpretation of that value. The enumeration contains the following values:
Member | Description |
---|---|
Is | Form field value equals to the specified comparison value or the interpretation of that value. |
Is |
Form field value does not equal to the specified comparison value or the interpretation of that value. |
Contains | Form field value contains the specified comparison value. |
Starts |
Form field value starts with the specified comparison value. |
Ends |
Form field value ends with the specified comparison value. |
Does |
Form field value does not contain the specified comparison value. |
Does |
Form field value does not start with the specified comparison value. |
Does |
Form field value does not end with the specified comparison value. |
Is |
Form field value is greater than the specified comparison value. |
Is |
Form field value is greater than or equals to the specified comparison value. |
Is |
Form field value is less than the specified comparison value. |
Is |
Form field value is less than or equals to the specified comparison value. |