Comparison Operators

(note): current documentation is subject to change.

OperatorDescription
==Strict equality operator.
!=Strict inequality operator.
>=Greater than or equal to operator.
<=Less than or equal to operator.
>Greater than operator.
<Less than or equal to operator.