Less[x->NUMBER, y->NUMBER] =: BOOLEAN Less[x->TEXT, y->TEXT] =: BOOLEAN
Less returns True when x is strictly less than y. For TEXT values, the ordering of the machine's character set is used.
x < y
Greater, GreaterEqual, LessEqual.