Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Contains Metoda

Definice

Určuje, zda ICollection<T> obsahuje konkrétní hodnotu.

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

Parametry

item
TValue

Objekt, který chcete vyhledat v ICollection<T>.

Návraty

true pokud item v ICollection<T>; jinak false.

Implementuje

Platí pro