System::Net::Http::Headers::HttpHeaderValueCollection::Contains methode

HttpHeaderValueCollection::Contains method

Controleert of een element aanwezig is in de collectie.

bool System::Net::Http::Headers::HttpHeaderValueCollection<T>::Contains(const T &item) const override
ParameterTypeBeschrijving
itemconst T&Item om naar te zoeken.

ReturnValue

Waar als het element aanwezig is, anders onwaar.

Zie ook