AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.Contains Método

Definición

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

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

Parámetros

item
KeyValuePair<String,TValue>

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

Devoluciones

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

Implementaciones

Se aplica a