Less than operator <

The less than operator < returns true if its left-hand operand is less than its right-hand operand, false otherwise.

Remarks

Operands must be of the same type.

Examples