equalsAnyTuple

open override fun equalsAnyTuple(aTuple: A_Tuple): Boolean

Answer whether the receiver, an AvailObject, and the argument, a tuple, are equal in value.

Return

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

Parameters

aTuple

The tuple to be compared to the receiver.