Skip to content

greater than

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

Syntax

A is greater than B

Example Code

if (x is greater than y)
{
}