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