isBetterRepresentationThan

Given two objects that are known to be equal, is the first one in a better form (more compact, more efficient, older generation) than the second one?

Return

Whether the receiver has a representation that is superior (less space, faster access) to the argument.

Parameters

anotherObject

An object equal to this, but perhaps in a better or worse representation.