Greater than or equal operator >=

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

Remarks

Operands must be of the same type.

Examples