TRUE if two expressions have the same value.
|
|
TRUE if two expressions have different values.
|
|
TRUE if the first expression is less than the second.
|
|
TRUE if the first expression is greater than the second.
|
|
TRUE if the first expression is less than or equal to the second.
|
|
TRUE if the first expression is greater then or equal to the second.
|
|
TRUE if the expression is FALSE.
|
|
TRUE if both expressions are TRUE
|
|
TRUE if either or both expressions are TRUE.
|
Note:
|
The operators EQ, NE, LT, GT, LE and GE are sometimes referred to as comparator or relational operators; NOT, AND, and OR are sometimes referred to as Boolean operators. Refer to Precision of Comparisons for tolerances in comparing numbers.
|