TSortedDictionary<TKey,TValue>.Contains Method
Overloads
Contains(TPair<TKey,TValue>, IEqualityComparer<TPair<TKey,TValue>>)
function Contains(const value: TPair<TKey, TValue>; const comparer: IEqualityComparer<TPair<TKey, TValue>>): Boolean
Parameters
- value
-
TPair<TKey, TValue>
- comparer
-
IEqualityComparer<TPair<TKey, TValue>>
Returns
Boolean
function Contains(const key: TKey; const value: TValue): Boolean
Parameters
Returns
Boolean