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