|   Available Operators |   DEVELOPER |  | 
These define how the primary Attribute or user variable will be tested against the secondary Attribute or user variable, or a specific value or string.
| 
 | 
 | 
| Is Equal To … | = | 
| Is Not Equal To … | <> | 
| Is Greater Than … | > | 
| Is Less Than … | < | 
| Is Greater Than or Equal To … | >= | 
| Is Less Than or Equal To … | <= | 
| Contains String … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable contains a specified string or contents of the secondary attribute/variable. Matching is case sensitive. | 
| Contains String Like … | Applies to Alphanumeric Variables/Attributes only. Test if Primary Attribute/Variable contains a specified string or contents of the secondary attribute/variable. Matching is not case sensitive. | 
| Does Not Contain String … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable does not contain the specified string or contents the secondary attribute/variable. Matching is case sensitive. | 
| Does Not Contain String Like … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable does not contain the specified string or contents the secondary attribute/variable. Matching is not case sensitive. | 
| Is True | Applies to Boolean Attributes only. Test if the attribute is set. | 
| Is False | Applies to Boolean Attributes only. Test if the attribute is not set. | 
| Is Like … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable matches the specified string or contents the secondary attribute/variable. Matching is not case sensitive. | 
| Is Not Like … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable does not match the specified string or contents the secondary attribute/variable. Matching is not case sensitive. | 
| Contains Word … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable contains the specified string or contents the secondary attribute/variable. Matching is case sensitive and requires that the text to find is a separate word and not embedded within a longer string of characters. | 
| Contains Word Like … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable contains the specified string or contents the secondary attribute/variable. Matching is not case sensitive and requires that the text to find is a separate word and not embedded within a longer string of characters. | 
| Does Not Contain Word … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable does not contain the specified string or contents the secondary attribute/variable. Matching is case sensitive and requires that the text to find is a separate word and not embedded within a longer string of characters. | 
| Does Not Contain Word Like … | Applies to Alphanumeric Variables/Attributes only. Test if the Primary Attribute/Variable does not contain the specified string or contents the secondary attribute/variable. Matching is not case sensitive and requires that the text to find is a separate word and not embedded within a longer string of characters. | 
Topic ID: 500023