Return true if value of the specified lhs is less than or equal to value of the specified rhs and false otherwise.
Value of lhs is less than or equal to value of rhs if data value of lhs is less than or equal to data value of rhs, or they have the same data value and type value of lhs is less than or equal to type value of rhs.
true if lhs is less than or equal to rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |