o_Is Better Representation Than
open override fun o_IsBetterRepresentationThan(self: AvailObject, 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 first object is the better representation to keep.
Parameters
self
The first object.
another Object
The second object, equal to the first object.