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