Compartir a través de


OrderedDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Contains Método

Definición

Determina si el ICollection<T> contiene un valor específico.

 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

Parámetros

item
TValue

Objeto que se va a buscar en el ICollection<T>.

Devoluciones

true si item se encuentra en el ICollection<T>; de lo contrario, false.

Implementaciones

Se aplica a