o_EqualsAnyTuple

abstract fun o_EqualsAnyTuple(self: AvailObject, aTuple: A_Tuple): Boolean

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.

aTuple

The tuple used in the comparison.