System::Collections::Generic::BaseDictionary::ContainsValue メソッド

BaseDictionary::ContainsValue method

辞書に値が存在するかチェックします。値の比較には operator == を使用します。

bool System::Collections::Generic::BaseDictionary<Map>::ContainsValue(const mapped_t &value)
パラメーター説明
valueconst mapped_t&検索する値。

ReturnValue

値が見つかった場合は true、そうでなければ false。

参照