Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
4 references to Equals
System.Net (4)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (2)
326if ((peerEndPoint != null) && Equals(peerEndPoint)){ 534if (!peerEndPoint1.Equals(peerEndPoint2)){
net\PeerToPeer\Collaboration\PeerNearMe.cs (2)
186if ((peerEndPoints != null) && (peerEndPoints.Count != 0) && (peerEndPoints[0].Equals(peerEndPoint))) 327if (PeerEndPoints[0].Equals(peerEndPoint)){