System::Net::CookieCollection::Contains method

CookieCollection::Contains method

Kontrollerar om samlingen innehåller den angivna kakan.

bool System::Net::CookieCollection::Contains(const System::SharedPtr<Cookie> &cookie) const override
ParameterTypeBeskrivning
cookieconst System::SharedPtr<Cookie>&Cookien att kontrollera.

ReturnValue

Sant när samlingen innehåller den angivna cookien, annars falskt.

Se även