AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.Contains Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 .