April 25, 2004
Hi there,

the code for Object.isEqual uses an === operator, presumably checking for object reference identity. Is that operator documented anywhere?

Ciao,
Nobbi
April 25, 2004
"Norbert Nemec" <Norbert.Nemec@gmx.de> wrote in message news:c6fubk$10iu$1@digitaldaemon.com...
> Hi there,
>
> the code for Object.isEqual uses an === operator, presumably checking for object reference identity. Is that operator documented anywhere?

It is the same as 'is' and 'is' is documented.

> Ciao,
> Nobbi