IPEndPointComparer
Namespace: SnowBank.Networking · class
Implements: IEqualityComparer<IPEndPoint>, IComparer<IPEndPoint>
Compares two IPEndPoint instances
Methods
Compare
int Compare(IPEndPoint x, IPEndPoint y)
Equals
bool Equals(IPEndPoint x, IPEndPoint y)
GetHashCode
int GetHashCode(IPEndPoint obj)
Fields
Default
static readonly IPEndPointComparer Default