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