다음을 통해 공유


ActivityTagsCollection.Contains(KeyValuePair<String,Object>) 메서드

정의

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

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

매개 변수

item
KeyValuePair<String,Object>

ICollection<T>에서 찾을 개체입니다.

반환

trueitem에 있으면 ICollection<T>이고, 그렇지 않으면 false입니다.

구현

적용 대상