Product SiteDocumentation Site

5.4.23.3. 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:
=, ==
True if the wrappered pointer values are the same.
\=, ><, <>, \==
True if the wrappered pointer values are not the same.