SortedDictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.Contains Metoda

Definice

Určuje, zda ICollection<T> obsahuje určitý klíč a hodnotu.

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System::Collections::Generic::KeyValuePair<TKey, TValue> keyValuePair) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey, TValue>>::Contains;
bool ICollection<KeyValuePair<TKey,TValue>>.Contains (System.Collections.Generic.KeyValuePair<TKey,TValue> keyValuePair);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
Function Contains (keyValuePair As KeyValuePair(Of TKey, TValue)) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Contains

Parametry

keyValuePair
KeyValuePair<TKey,TValue>

Struktura KeyValuePair<TKey,TValue> , která se má najít v objektu ICollection<T>.

Návraty

Boolean

true je-li keyValuePair nalezena v ; ICollection<T>v opačném případě false.

Implementuje

Platí pro

Viz také