compareFromToWithByteBufferTupleStartingAt

fun A_Tuple.compareFromToWithByteBufferTupleStartingAt(startIndex1: Int, endIndex1: Int, aByteBufferTuple: A_Tuple, startIndex2: Int): Boolean

Test whether the subtuple of the receiver from startIndex1 to endIndex1 equals the subtuple of the byte buffer tuple of the same length starting at startIndex2.

Return

Whether the two subtuples are equal.

Parameters

startIndex1

The first index to examine from the receiver.

endIndex1

The last index to examine from the receiver.

aByteBufferTuple

The byte buffer tuple to which to compare elements.

startIndex2

The first index into the byte buffer tuple at which comparison should take place.