ConnectionItems.ICollection<KeyValuePair<Object,Object>>.Contains Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Parametry
- item
- KeyValuePair<Object,Object>