Skip to main content

Get help for ARIS Designer

Comparison operator

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

In this example, the value of the variable is written in the subject of the notification if the value is equal to 100.

Example of the Equal to operator

In this example, the value of the variable is written in the subject of the notification if the value is not equal to 100.

Example of the Not equal to operator

In this example, the value of the variable is written in the subject of the notification if the value is greater than 100.

Example of the Greater than operator

In this example, the value of the variable is written in the subject of the notification if the value is greater than or equal to 100.

Example of the Greater than or equal to operator

In this example, the value of the variable is written in the subject of the notification if the value is less than 100.

Example of the Less than operator

In this example, the value of the variable is written in the subject of the notification if the value is less than or equal to 100.

Example of the Less than or equal to operator