Flash CS4 Professional ActionScript 2.0

ge greater than or equal to (strings) operator

expression1 ge expression2

Deprecated since Flash Player 5. This operator was deprecated in favor of the >= (greater than or equal to) operator.

Compares the string representation of expression1 with the string representation of expression2 and returns true if expression1 is greater than or equal to expression2, false otherwise.

Availability: ActionScript 1.0; Flash Player 4

Operands

expression1 : Object - Numbers, strings, or variables.

expression2 : Object - Numbers, strings, or variables.

Returns

Boolean - The result of the comparison.

See also

>= greater than or equal to operator