equalsIntTuple

open override fun equalsIntTuple(anIntTuple: A_Tuple): Boolean

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

Return

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

Parameters

anIntTuple

The int tuple to be compared to the receiver.