=
From REALbasicWiki
The = operator is used to compare two object references or datatype instances for equality. For Object and its subclasses, the behavior of = is the same as that of Is. For subclasses of Object, you can overload = (and the other comparison operators <>, <, >, <=, >=) by adding an Operator_Compare function to the subclass.
