Skip to main content

Get help for ARIS Architect

Comparison operators

Comparison operators have two incoming connections and one outgoing connection and compare two values.

Equal to

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.

Equal to

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.

Not equal to

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.

Not equal to

>

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.

Greater than

>

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.

Greater than or equal to
Less than

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.

Less than
Less than or equal to

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.

Less than or equal to