PeerEndPoint::Equals Method (PeerEndPoint^)
.NET Framework (current version)
Compares the PeerEndPoint to the specified PeerEndPoint instance.
Assembly: System.Net (in System.Net.dll)
Parameters
- other
-
Type:
System.Net.PeerToPeer.Collaboration::PeerEndPoint^
The PeerEndPoint instance to test for equality.
Return Value
Type: System::BooleanReturns true if the PeerEndPoint instance provided has matching data, else false.
Implements
IEquatable<T>::Equals(T)| Exception | Condition |
|---|---|
| ObjectDisposedException | This PeerEndPoint object has been disposed. |
.NET Framework
Available since 3.5
Available since 3.5
Show: