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

実装

適用対象