System::Collections::Specialized::StringCollection::Contains メソッド

StringCollection::Contains method

特定の文字列がコンテナに存在するかどうかをチェックします。

bool System::Collections::Specialized::StringCollection::Contains(const System::String &value) const
パラメーター説明
valueconst System::String&String を検索対象とします。

ReturnValue

文字列が見つかった場合は true、そうでない場合は false。

参照