sameAddressAs

abstract fun sameAddressAs(anotherObject: A_BasicObject): Boolean

Answer whether the objects occupy the same memory addresses.

Return

Whether the objects occupy the same storage.

Parameters

anotherObject

Another object.