Read Me - Common Public License V1.0 - Copyright Notice(©)

Operator Methods


>>-comparison_operator(argument)-------------------------------><

Returns 1 (true) or 0 (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:

=, == = methodof Pointer class == methodof Pointer class method=of Pointer class method==of Pointer class True if the wrappered pointer values are the same.
\=, ><, <>, \== \= methodof Pointer class >< methodof Pointer class <> methodof Pointer class \== methodof Pointer class method\=of Pointer class method><of Pointer class method<>of Pointer class method\==of Pointer class True if the wrappered pointer values are not the same.

Read Me - Common Public License V1.0 - Copyright Notice(©)