PeerContact::Equals Method (Object^)
.NET Framework (current version)
Compares the PeerContact instance to the specified object.
Assembly: System.Net (in System.Net.dll)
Parameters
- obj
-
Type:
System::Object^
Compares the PeerContact instance to the specified object.
Return Value
Type: System::BooleanReturns true if the PeerContact instance provided has matching data, else false. This method also returns false if the passed parameter is null.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The PeerContact object has been disposed. |
Other objects that may be compared with PeerContact objects include peer host names, relative peer names, and names de-encapsulated from other System.Net.PeerToPeer objects.
Normalization does not occur on the strings prior to comparison. All normalization should have been completed while or before constructing the PeerContact objects.
.NET Framework
Available since 3.5
Available since 3.5
Show: