Skip to content

Relational and Equality

relational and equality

Less Than (<)

Compares if the first operand (IN1) is less than the second (IN2).

less than

Less or Equal (<=)

Compares if the first operand (IN1) is less than or equal to the second (IN2).

less or equal

Equal (=)

Compares if the first operand (IN1) is equal to the second (IN2).

equal

Not Equal (≠)

Compares if the first operand (IN1) is different than the second (IN2).

not equal

Greater Than (>)

Compares if the first operand (IN1) is greater than the second (IN2).

greater than

Greater or Equal (>=)

Compares if te first operand (IN1) is greater than or equal to the second (IN2).

greater or equal