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