AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.Contains Metodo

Definizione

Determina se contiene ICollection<T> un valore specifico.

 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

Parametri

item
KeyValuePair<String,TValue>

Oggetto da individuare nell'oggetto ICollection<T>.

Valori restituiti

true se item viene trovato in ; in ICollection<T>caso contrario, false.

Implementazioni

Si applica a