Skip to content

Boolean operators

Boolean operators are used to combine operands or sub-conditions to create simple or complex Boolean expressions.

Operator Description
AND Logical AND
AND NOT Negation
OR Inclusive OR
XOR Exclusive OR