o_EqualsAnyTuple

open override fun o_EqualsAnyTuple(self: AvailObject, aTuple: A_Tuple): Boolean

Answer whether the arguments, an object and a TupleDescriptor, are equal in value.

Return

true if the receiver is a tuple and of value equal to the argument, false otherwise.

Parameters

self

The receiver.

aTuple

The tuple used in the comparison.

See also