compare From To With Byte Buffer Tuple Starting At
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
start Index1
The first index to examine from the receiver.
end Index1
The last index to examine from the receiver.
a Byte Buffer Tuple
The byte buffer tuple to which to compare elements.
start Index2
The first index into the byte buffer tuple at which comparison should take place.