Siebel Developer's Reference > Operators, Expressions, and Conditions >

Logical Operators


The table below explains what a value of TRUE or FALSE means for each logical operator.

Operator
Returns TRUE
Returns FALSE

NOT

If the condition evaluates to FALSE

If the condition evaluates to TRUE

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

Siebel Developer's Reference