Less than or equal operator <=

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

Remarks

Operands must be of the same type.

Examples