equalsRepeatedElementTuple

open override fun equalsRepeatedElementTuple(aRepeatedElementTuple: A_Tuple): Boolean

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

Return

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

Parameters

aRepeatedElementTuple

The repeated element tuple to be compared to the receiver.