ConnectionItems.ICollection<KeyValuePair<Object,Object>>.Contains メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- item
- KeyValuePair<Object,Object>