Skip to content

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)
{
}