Contains

コレクションに指定されたキーを持つキー/値のペアが含まれているかどうかを判断します。

bool Contains(
  TKey   key,      // キー
  TValue  value    // 値
  );

パラメータ

key

[in]  キー

value

[in]  値。

戻り値

Returnstrue, if the collection contains the key/value pair with the specified key and value, orfalse otherwise.