5 references to Equals
System.Net.Primitives (5)
System\Net\IPAddress.cs (3)
569return address.Equals(IPv6Loopback) || address.Equals(s_loopbackMappedToIPv6); 679return comparand is IPAddress address && Equals(address);
System\Net\IPEndPoint.cs (1)
174return comparand is IPEndPoint other && other._address.Equals(_address) && other._port == _port;
System\Net\IPNetwork.cs (1)
316BaseAddress.Equals(other.BaseAddress);