equalsLongTuple

open override fun equalsLongTuple(aLongTuple: A_Tuple): Boolean

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

Return

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

Parameters

aLongTuple

The long tuple to be compared to the receiver.