An expression, sometimes called a Boolean expression, that
represents the relationship between two value expressions. The
value of a conditional expression is either true, false, or null.
Conditional expressions can be combined with AND and OR or
qualified with NOT. The AND, OR, and NOT operators are called
logical operators.