Adobe FLEX 2-PROGRAMMING ACTIONSCRIPT 3.0 Manual page 83

Programming actionscript 3.0
Table of Contents

Advertisement

Relational operators
The relational operators take two operands, compare their values, and return a Boolean value.
All the relational operators, as listed in the following table, have equal precedence:
Operator
<
>
<=
>=
as
in
instanceof
is
Equality operators
The equality operators take two operands, compare their values, and return a Boolean value.
All the equality operators, as listed in the following table, have equal precedence:
Operator
==
!=
===
!==
Bitwise logical operators
The bitwise logical operators take two operands and perform bit-level logical operations. The
bitwise logical operators differ in precedence and are listed in the following table in order of
decreasing precedence:
Operator
&
^
|
Operation performed
Less than
Greater than
Less than or equal to
Greater than or equal to
Checks data type
Checks for object properties
Checks prototype chain
Checks data type
Operation performed
Equality
Inequality
Strict equality
Strict inequality
Operation performed
Bitwise AND
Bitwise XOR
Bitwise OR
Operators
83

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex

Table of Contents