De-I > ge (greater than or equal tostring specific)
ge (greater than or equal tostring specific)Syntax
expression1
geexpression2
Arguments
expression1, expression2
Numbers, strings, or variables.
Description
Operator (comparison); compares expression1
to expression2
and returns true
if expression1
is greater than or equal to expression2
; otherwise, returns false
.
Player
Flash 4 or later. This operator has been deprecated in Flash 5; use of the new >=
operator is recommended.
See also
>= (greater than or equal to)