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

정의

특정 이름을 포함하는지 여부를 MessageProperties 확인합니다.

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> pair) = 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> pair);
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 (pair As KeyValuePair(Of String, Object)) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Contains

매개 변수

pair
KeyValuePair<String,Object>

에서 찾을 MessageProperties요소의 이름과 값을 포함하는 키/값 쌍입니다.

반품

true지정된 MessageProperties값에 pair 이름과 값이 있는 요소가 포함되어 있으면 이고, false그렇지 않으면 .

구현

적용 대상