TSortedDictionary<TKey,TValue>.Contains Method

Overloads

Contains(TPair<TKey,TValue>, IEqualityComparer<TPair<TKey,TValue>>)

Delphi
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

Contains(TKey, TValue)

Delphi
function Contains(const key: TKey; const value: TValue): Boolean

Parameters

key
TKey
value
TValue

Returns

Boolean