(Inequality) - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

<> (inequality)
Availability
Flash 2 . This operator was deprecated in Flash 5; Macromedia recommends that you use the
operator.

(inequality)

Usage
expression1 <> expression2
Parameters
expression1,expression2
or function.
Returns
A Boolean value.
Description
Operator (inequality); tests for the exact opposite of the equality (
equal to
expression2
equal depends on the data types being compared:
Numbers, strings, and Boolean values are compared by value.
Objects, arrays, and functions are compared by reference.
Variables are compared by value or by reference depending on their type.
For more information, see
See also
!= (inequality)
A number, string, Boolean value, variable, object, array,
, the result is
. As with the equality (
false
"Deprecated Flash 4 operators"
) operator. If
==
) operator, the definition of
==
in Using ActionScript Help.
<> (inequality) 1081
!=
is
expression1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents