Cookie.equal
bool equal(soup.cookie.Cookie cookie2)Tests if cookie1 and cookie2 are equal.
Note that currently, this does not check that the cookie domains match. This may change in the future.
Parameters
cookie2 | a #SoupCookie |
Returns
whether the cookies are equal.