≥ >=
≥
[is] greater than or equal [to]
is not less than
isn't less than
does not come before
doesn't come before
This binary comparison operator returns true
if
the operand on the left is greater than or equal to the right
operand. You can use date
s,
integer
s, real
s, or
string
s with these operators (both operands should
be of the same class). If the operands are not of the same class,
then AppleScript attempts to coerce the right operand to the class of
the left operand.
In AppleScript, you can also use the contractions doesn't come before
and isn't less than
, along
with the other English language versions.