is Better Representation Than
fun A_Tuple.isBetterRepresentationThan(anotherObject: A_BasicObject): Boolean
Content copied to clipboard
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
another Object
An object equal to this, but perhaps in a better or worse representation.