ConnectionItems.ICollection<KeyValuePair<Object,Object>>.Contains Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Contains(System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^> item) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>>::Contains;
bool ICollection<KeyValuePair<object,object>>.Contains (System.Collections.Generic.KeyValuePair<object,object> item);
bool ICollection<KeyValuePair<object,object>>.Contains (System.Collections.Generic.KeyValuePair<object,object?> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<obj, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<obj, obj> -> bool
Function Contains (item As KeyValuePair(Of Object, Object)) As Boolean Implements ICollection(Of KeyValuePair(Of Object, Object)).Contains
Parâmetros
- item
- KeyValuePair<Object,Object>