Skip to content

Types Reference

Operators

Operators are used to compare the field value with the provided value.

OperatorDescription
==Equal to
!=Not equal to
>Greater than
>=Greater than or equal to
<Less than
<=Less than or equal to

Released under the SSPL License.