User Guide

eq (equal — string specific) 1077
eq (equal — string specific)
Availability
Flash Player 4. This operator was deprecated in Flash 5 in favor of the == (equality) operator.
Usage
expression1 eq expression2
Parameters
expression1, expression2
Numbers, strings, or variables.
Returns
Nothing.
Description
Operator (comparison); 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, false
otherwise.
See also
== (equality)