| Overload | Description |
|---|---|
| BinarySearch(T) | Searches the entire sorted ObjectSet for an element using the default comparer and returns the zero-based index of the element. |
| BinarySearch(T,Generic IComparer) | Searches the entire sorted ObjectSet for an element using the specified comparer and returns the zero-based index of the element. |
| BinarySearch(Int32,Int32,T,Generic IComparer) | Searches a range of elements in the sorted ObjectSet for an element using the specified comparer and returns the zero-based index of the element. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family