This topic lists the supported filter query operators.
Symbol
Description
Restrictions on use
=
Equal To
Both operators must be of the same type.
<>
Not Equal To
>=
Greater than or equal to
<=
Less than or equal to
<
Less than
>
Greater than
AND
AND
Both operators must be booleans.
OR
OR
NOT
NOT
IN
IN
Note: Where brackets are used, the contents must evaluate to a boolean; a bracketed operation will be used as a boolean from that point on in the expression.