sameAddressAs

fun sameAddressAs(anotherObject: A_BasicObject): Boolean

Answer whether the objects occupy the same memory addresses.

Return

Whether the receiver and the other object occupy the same storage.

Parameters

anotherObject

Another object.