Udostępnij za pośrednictwem


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

Definicja

Określa, czy ICollection<T> zawiera określoną wartość.

 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

Obiekt do zlokalizowania w ICollection<T>.

Zwraca

true, jeśli item znajduje się w ICollection<T>; w przeciwnym razie false.

Implementuje

Dotyczy