o_Equals Any Tuple
abstract fun o_EqualsAnyTuple(self: AvailObject, aTuple: A_Tuple): Boolean
Content copied to clipboard
Answer whether the arguments, an object and a tuple, are equal in value.
Return
true if the receiver is a tuple and of value equal to the argument, false otherwise.
See also
Parameters
self
The receiver.
a Tuple
The tuple used in the comparison.