Overrides the object.Equals(object) method.
- comparand
A reference to a System.Net.Cookie.
![]()
Returns true if the System.Net.Cookie is equal to comparand. Two System.Net.Cookie instances are equal if their Cookie.Name, Cookie.Value, Cookie.Path, Cookie.Domain, and Cookie.Version properties are equal. Cookie.Name and Cookie.Domain string comparisons are case-insensitive.