Default
equals()
l
equals()
is defined in the base class
Object
.
l
It may/should be over-ridden.
l
The default implementation is that
x.equals(y)
if, and only if,
x
and
y
are the
same
Object.