Skip to content

Operators

Logical and comparison operators


OperatorFunction
==equals
!=differents
>greater than
<less than
>=greater than or equal to
<=less than or equal to
orCondition or Another condition
orCondition and Another condition
containsCheck if string contains another, or array contains an element