compare From To With Int Tuple Starting At
fun A_Tuple.compareFromToWithIntTupleStartingAt( startIndex1: Int, endIndex1: Int, anIntTuple: A_Tuple, startIndex2: Int): Boolean
Content copied to clipboard
Compare a subrange of the receiver with a subrange of the given int tuple. 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.
Parameters
start Index1
The inclusive lower bound of the receiver's subrange.
end Index1
The inclusive upper bound of the receiver's subrange.
an Int Tuple
The int tuple used in the comparison.
start Index2
The inclusive lower bound of the int tuple's subrange.