Logical Operators
The following table explains what a value of TRUE or FALSE means for each logical operator.
| Operator | Returns TRUE | Returns FALSE | 
|---|---|---|
| AND | If all component conditions evaluate to TRUE | If any component condition evaluates to FALSE | 
| OR | If any component condition evaluates to TRUE | If all component conditions evaluate to FALSE |