System::Net::Http::Headers::HttpHeaderValueCollection< System::String >::Contains method

String >::Contains method

Checks if element is present in collection.

bool System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::Contains(const String &item) const override
ParameterTypeDescription
itemconst String&Item to look for.

ReturnValue

True if element is present, false otherwise.

See Also