System::Collections::Generic::_ValueCollection::Contains メソッド

_ValueCollection::Contains method

アイテムがコンテナに存在するかチェックします。

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
パラメーター説明
項目const TValue&検索対象の項目。

ReturnValue

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

参照