less than
The less than is a logical comparison operator used in conjunction with the is keyword.
Syntax
A is less than B
Example Code
if (x is less than y)
{
}
The less than is a logical comparison operator used in conjunction with the is keyword.
A is less than B
if (x is less than y)
{
}