next up previous contents index
Next: Logical Operators Up: Binary Operators Previous: Arithmetic Operators

Relational Operators

   

The relational operators--Equality (=), Inequality (!=), Greater-than (>), Less-than (<), Greater-than-or-equal-to (>=), and Less-than-or-equal-to (<=)--compare two arithmetic operands, returning a boolean value.



Kay Nettle
Fri Feb 21 21:14:29 CST 1997