The Operator Type drop-down list allows you to select the operator to use during the evaluation.
The following operators are available:
|
Operator |
Description |
|---|---|
|
< |
Less Than (returns true/false) Note:
This operator is not supported with non-numeric strings. |
|
<= |
Less Than or Equal To Note:
This operator is not supported with non-numeric strings. |
|
<> |
Does Not Equal |
|
= |
Equal To (returns true/false) |
|
> |
Greater Than (returns true/false) Note:
This operator is not supported with non-numeric strings. |
|
>= |
Greater Than or Equal To Note:
This operator is not supported with non-numeric strings. |