Method BinarySearch
BinarySearch(T, IComparer<T>, out int)
Declaration
public bool BinarySearch(T item, IComparer<T> comparer, out int index)
Parameters
Type | Name | Description |
---|---|---|
T | item | |
IComparer<T> | comparer | |
int | index |
Returns
Type | Description |
---|---|
bool |