Skip to content

greater than or equal to

The greater than or equal to is a logical comparison operator used in conjunction with the is keyword.

Syntax

A is greater than or equal to B

Example Code

if (x is greater than or equal to y)
{
}