Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
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.
Prev
5.4.14.1. new (Class Method)
Up
Home
Next
5.4.14.3. isNull