System::Net::Http::Headers::HttpHeaderValueCollection< System::String >::Contains メソッド

String >::Contains method

コレクションに要素が存在するか確認します。

bool System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::Contains(const String &item) const override
パラメーター説明
項目const String&検索対象の項目。

ReturnValue

要素が存在する場合は true、存在しない場合は false。

参照