Return true if value of the specified lhs is greater than value of the specified rhs and false otherwise.
Synopsis
Description
Value of lhs is greater than value of rhs if data value of lhs is greater than data value of rhs, or they have the same data value and type value of lhs is greater than type value of rhs.
Return Value
true if lhs is greater than rhs, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs