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