03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

See also<br />

! logical NOT operator, != inequality operator, !== strict inequality<br />

operator, && logical AND operator, || logical OR operator, === strict equality<br />

operator<br />

eq equality (strings) operator<br />

expression1 eq expression2<br />

Deprecated since Flash Player 5. This operator was deprecated in favor of the == (equality)<br />

operator.<br />

Compares two expressions for equality <strong>and</strong> returns a value of true if the string representation<br />

of expression1 is equal to the string representation of expression2, false otherwise.<br />

Oper<strong>and</strong>s<br />

expression1 : Object - Numbers, strings, or variables.<br />

expression2 : Object - Numbers, strings, or variables.<br />

Returns<br />

Boolean - The result of the comparison.<br />

See also<br />

== equality operator<br />

> greater than operator<br />

expression1 > expression2<br />

Compares two expressions <strong>and</strong> determines whether expression1 is greater than<br />

expression2; if it is, the operator returns true. If expression1 is less than or equal to<br />

expression2, the operator returns false. String expressions are evaluated using alphabetical<br />

order; all capital letters come before lowercase letters.<br />

Oper<strong>and</strong>s<br />

expression1 : Object - A number or string.<br />

expression2 : Object - A number or string.<br />

Returns<br />

Boolean - The Boolean result of the comparison.<br />

Operators 137

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!