Implemented interface member:
3 references to Equals
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
721
if (nextAuthority != null && !nextAuthority.
Equals
(_http3Authority))
System\Net\Http\SocketsHttpHandler\HttpAuthority.cs (2)
49
return obj is HttpAuthority other &&
Equals
(other);
65
return left is null ? right is null : left.
Equals
(right);