public bool Equals(WriteCookieReport other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(Equals(other._cookie, _cookie)); }
public bool Equals(WriteCookieReport other) { if (ReferenceEquals(null, other)) return false; if (ReferenceEquals(this, other)) return true; return Equals(other._cookie, _cookie); }