o_CompareFromToWithSmallIntegerIntervalTupleStartingAt

open override fun o_CompareFromToWithSmallIntegerIntervalTupleStartingAt(    self: AvailObject,     startIndex1: Int,     endIndex1: Int,     aSmallIntegerIntervalTuple: A_Tuple,     startIndex2: Int): Boolean

Compare a subrange of the receiver with a subrange of the given SmallIntegerIntervalTupleDescriptor. The size of the subrange of both objects is determined by the index range supplied for the receiver.

Return

true if the contents of the subranges match exactly, false otherwise.

See also

Parameters

self

The receiver.

startIndex1

The inclusive lower bound of the receiver's subrange.

endIndex1

The inclusive upper bound of the receiver's subrange.

aSmallIntegerIntervalTuple

The small integer interval tuple used in the comparison.

startIndex2

The inclusive lower bound of the small integer interval tuple's subrange.