AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.Contains メソッド

定義

ICollection<T>に特定の値が含まれているかどうかを判断します。

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

パラメーター

item
KeyValuePair<String,TValue>

ICollection<T>内で検索するオブジェクト。

返品

true itemICollection<T>で見つかった場合は。それ以外の場合はfalse

実装

適用対象