System::Net::CookieCollection::Contains metod

CookieCollection::Contains method

Kontrollerar om samlingen innehåller den angivna kakan.

bool System::Net::CookieCollection::Contains(const System::SharedPtr<Cookie> &cookie) const override
ParameterTypBeskrivning
cookieconst System::SharedPtr<Cookie>&Den cookie som ska kontrolleras.

ReturnValue

True när samlingen innehåller den angivna cookien, annars false.

Se även