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.1.1.1. Comparison Methods
Returns
.true
or
.false
, the result of performing a specified comparison operation.
For the Class class, if
argument
is the same class as the receiver class, the result is
.true
, otherwise
.false
is returned.
The comparison operators you can use in a message are:
=, ==
.true
if the terms are the same class.
\=, ><, <>, \==
.true
if the terms are not the same class (inverse of =).
Prev
5.1.1. Class Class (Metaclass)
Up
Home
Next
5.1.1.2. activate