Operators
An operator is a mathematical function that determines the outcome of a condition.
You can select one of the following operators:
- is
- Verifies that the input data matches the data that the condition specifies.
- is not
- Verifies that the input data does not match the data that the condition specifies.
- is within
- Verifies that the input data matches a value in a dictionary or in a list of values that you enter.
- is not within
- Verifies that the input data does not match a value in a dictionary or in a list of values that you enter.
- contains
- Verifies that the input data contains a sequence of characters that you specify.
- is less than
- Verifies that the input data value is less than the value that the condition specifies. Select the operator with numeric input data.
- is less than or equal to
- Verifies that the input data value is less than or equal to the value that the condition specifies. Select the operator with numeric input data.
- is greater than
- Verifies that the input data value is greater than the value that the condition specifies. Select the operator with numeric input data.
- is greater than or equal to
- Verifies that the input data value is greater than or equal to the value that the condition specifies. Select the operator with numeric input data.