About operators
189
About relational operators
The relational operators take two operands, compare their values, and return a Boolean value.
All of the operators in this table have equal precedence:
For information on using relational operators, see
“Using relational and equality operators”
on page 190
.
About equality operators
The equality operators take two operands, compare their values, and return a Boolean value.
All of the operators in this table have equal precedence:
For information on using equality operators, see
“Using relational and equality operators”
on page 190
.
Operator
Operation performed
<
Less than
>
Greater than
<=
Less than or equal to
>=
Greater than or equal to
instanceof
Checks prototype chain
in
Checks for object properties
Operator
Operation performed
==
Equality
!=
Inequality
===
Strict equality
!==
Strict inequality
Содержание FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH
Страница 1: ...Learning ActionScript 2 0 in Flash...
Страница 8: ...8 Contents...
Страница 18: ...18 Introduction...
Страница 30: ...30 What s New in Flash 8 ActionScript...
Страница 66: ...66 Writing and Editing ActionScript 2 0...
Страница 328: ...328 Interfaces...
Страница 350: ...350 Handling Events...
Страница 590: ...590 Creating Interaction with ActionScript...
Страница 710: ...710 Understanding Security...
Страница 730: ...730 Debugging Applications...
Страница 780: ...780 Deprecated Flash 4 operators...
Страница 830: ...830 Index...