Attributes
hashSource Codeshared actual default Integer hash

The system-defined identity hash value of this instance. Subtypes which refine equals() must also refine hash, according to the general contract defined by Object.equals().

Refines Object.hash
Inherited Attributes
Attributes inherited from: Object
Methods
equalsSource Codeshared actual default Boolean equals(Object that)

Identity equality comparing the identity of the two values. May be refined by subtypes for which value equality is more appropriate. Implementations must respect the constraint that if x===y then x==y (equality is consistent with identity).

Inherited Methods
Methods inherited from: Object