equal_range


Description:

[ Version ( since = "0.4.0" ) ]
public bool equal_range (int64 start_index, Array other_array, int64 other_start_index, int64 end_index, EqualOptions? options)

Parameters:

this

A Array.

start_index

The start index of this to be used.

other_array

A Array to be compared.

other_start_index

The start index of other_array to be used.

end_index

The end index of this to be used. The end index of other_array is " other_start_index + (end_index - start_index)".

options

A EqualOptions to custom how to compare.

Returns:

true if both of them have the same data in the range, false otherwise.