PeerApplication::Equals Method (PeerApplication^)
.NET Framework (current version)
Compares the PeerApplication to the specified PeerApplication instance.
Assembly: System.Net (in System.Net.dll)
Parameters
- other
-
Type:
System.Net.PeerToPeer.Collaboration::PeerApplication^
The PeerApplication instance to test for equality.
Return Value
Type: System::BooleanReturns true if the PeerApplication instance provided has matching data, else false. This method also returns false if other is null.
Implements
IEquatable<T>::Equals(T)| Exception | Condition |
|---|---|
| ObjectDisposedException | This PeerApplication object has been disposed. |
No normalizations are performed on the strings prior to comparison. All normalization should have been completed while or before constructing the PeerApplication objects.
.NET Framework
Available since 3.5
Available since 3.5
Show: