> |
KAEGreaterThan |
The value of operand1 is greater than the value of operand 2. |
>= |
KAEGreaterThanEquals |
The value of operand 1 is greater than or equal to the value of operand 2. |
= |
KAEEquals |
The value of operand 1 is equal to the value of operand 2. |
< |
KAELessThan |
The value of operand 1 is less than the value of operand 2. |
<= |
KAELessThanEquals |
The value of operand 1 is less than or equal to the value of operand 2. |
bgwt |
KAEBeginsWith |
The value of operand 1 begins with the value of operand 2. For example, the string operand begins with the string opera. |
ends |
KAEEndsWith |
The value of operand 1 ends with the value of operand 2. For example, the string operand ends with the string and. |
cont |
KAEContains |
The value of operand 1 contains the value of operand 2. For example, the string operand contains the string era. |