Product Site

5.4.14.2. Comparison Methods

Returns .true or .false, the result of performing a specified comparison operation.

For the Pointer class, the argument object must be a pointer object instance and the wrappered pointer value must be the same.

The comparison operators you can use in a message are:
=, ==

.true if the wrappered pointer values are the same.
\=, ><, <>, \==

.true if the wrappered pointer values are not the same.