o_IsBetterRepresentationThan

abstract fun o_IsBetterRepresentationThan(self: AvailObject, anotherObject: A_BasicObject): Boolean

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 first object is the better representation to keep.

Parameters

self

The first object.

anotherObject

The second object, equal to the first object.