TdxList<T>.BinarySearch(T,Integer,IComparer<T>) Method
Declaration
function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean;
Parameters
Name | Type |
---|---|
Item | T |
Index | Integer |
AComparer | IComparer<T> |
Returns
Type |
---|
Boolean |
See Also