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)
{
}
The greater than is a logical comparison operator used in conjunction with the is keyword.
A is greater than B
if (x is greater than y)
{
}