equals Repeated Element Tuple
open override fun equalsRepeatedElementTuple(aRepeatedElementTuple: A_Tuple): Boolean
Content copied to clipboard
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
a Repeated Element Tuple
The repeated element tuple to be compared to the receiver.