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