Comparison operators have two incoming connections and one outgoing connection and compare two values.
|
Mathematical operator Equal to returns TRUE if both incoming objects are equal. You cannot use this operator with constants of Localized string type. Constants of Localized string type can be maintained in multiple languages. |
Comparing user objects with the Equals to operator works only if both user objects are determined in the same way, for example, using the Retrieve - User belongs to user group service. If this is not the case, write your own local service to be able to compare the users.
|
Mathematical operator Not equal to returns TRUE if both incoming objects are not equal. You cannot use this operator with constants of Localized string type. Constants of Localized string type can be maintained in multiple languages. |
> |
Mathematical operator Greater than. You cannot use this operator with constants of Localized string type. Constants of Localized string type can be maintained in multiple languages. |
> |
Mathematical operator Greater than or equal to. You cannot use this operator with constants of Localized string type. Constants of Localized string type can be maintained in multiple languages. |
|
Mathematical operator Less than. You cannot use this operator with constants of Localized string type. Constants of Localized string type can be maintained in multiple languages. |
|
Mathematical operator Less than or equal to. You cannot use this operator with constants of Localized string type. Constants of Localized string type can be maintained in multiple languages. |