IPEndPoint.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified Object is equal to the current IPEndPoint instance.
Assembly: System.Net (in System.Net.dll)
Parameters
- comparand
- Type: System.Object
The specified Object to test for equality with the current IPEndPoint instance.
The Equals method compares the current IPEndPoint instance with the comparand parameter and returns true if the two instances contain the same IP address.
Show: