System::Net::CookieCollection::Contains method

CookieCollection::Contains method

Checks if the collection contains the specified cookie.

bool System::Net::CookieCollection::Contains(const System::SharedPtr<Cookie> &cookie) const override
ParameterTypeDescription
cookieconst System::SharedPtr<Cookie>&The cookie to check.

ReturnValue

True when the collection contains the specified cookie, otherwise false.

See Also