Equals
Every object should be equals to itself (x.equals(x)) should always be true. This is a part of the object contract.
Equals
Every object should be equals to itself (x.equals(x)) should always be true. This is a part of the object contract.