o_Equals

abstract override fun o_Equals(self: AvailObject, another: A_BasicObject): Boolean

Answer whether the arguments, both objects, are equal in value.

Return

true if the two objects are of equal value, false otherwise.

Parameters

self

The receiver.

another

The second object used in the comparison.

See also