Flash Player 4. This operator has been deprecated in Flash 5 in favor of the == (equality)
operator.
expression1
eqexpression2
expression1, expression2
Numbers, strings, or variables.
Nothing.
Comparison operator; compares two expressions for equality and returns a value of true
if the string representation of expression1
is equal to the string representation of expression2
; otherwise, the operation returns a value of false
.