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