[ Version ( since = "0.4.0" ) ]
public bool equal_range (int64 start_index, Array other_array, int64 other_start_index, int64 end_index, EqualOptions? options)
| 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 |
| end_index |
The end index of this to be used. The end index of |
| options |
A EqualOptions to custom how to compare. |
|
true if both of them have the same data in the range, false otherwise. |