ExpandoObject.ICollection<KeyValuePair<String,Object>>.Contains 메서드

정의

ICollection<T>에 특정 키와 값이 들어 있는지 여부를 확인합니다.

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> item) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::Contains;
bool ICollection<KeyValuePair<string,object>>.Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Function Contains (item As KeyValuePair(Of String, Object)) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Contains

매개 변수

item
KeyValuePair<String,Object>

KeyValuePair<TKey,TValue>에서 찾을 ICollection<T> 구조체입니다.

반환

컬렉션에 특정 키와 값이 포함되면 true이고, 그러지 않으면 false입니다.

구현

적용 대상