o_Equals
open override fun o_Equals(self: AvailObject, another: A_BasicObject): Boolean
Content copied to clipboard
Answer whether the arguments, both objects, are equal in value.
Return
true if the two objects are of equal value, false otherwise.
See also
Parameters
self
The receiver.
another
The second object used in the comparison.