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