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