equalsIntegerIntervalTuple

open override fun equalsIntegerIntervalTuple(anIntegerIntervalTuple: A_Tuple): Boolean

Answer whether the receiver, an AvailObject, and the argument, an integer interval, are equal in value.

Return

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

Parameters

anIntegerIntervalTuple

The integer interval tuple to be compared to the receiver.