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