|
TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
| int ArrayCompare< T > | ( | T[] | array1, |
| T[] | array2, | ||
| int | start1 = 0, |
||
| int | start2 = 0, |
||
| int | count = WHOLE_ARRAY |
||
| ) |
Retunrs result of comparing two arrays of the same type
| T | Type of arrays elements |
| array1 | First array |
| array2 | Second array |
| start1 | The element's initial index in the first array, from which comparison starts. The default start index - 0 |
| start2 | The element's initial index in the second array, from which comparison starts. The default start index - 0 |
| count | Number of elements to be compared. All elements of both arrays participate in comparison by default |
| T | : | struct | |
| T | : | IComparable<T> |