Greater than operator >

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

Remarks

Operands must be of the same type.

Examples