PeerContact::Equals Method (Object^, Object^)
.NET Framework (current version)
Determines whether the specified PeerContact instances are considered equal.
Assembly: System.Net (in System.Net.dll)
Parameters
- objA
-
Type:
System::Object^
The first PeerContact to compare.
- objB
-
Type:
System::Object^
The second PeerContact to compare.
Return Value
Type: System::BooleanReturns true if the PeerContact instances provided have matching data, else false.
This can be used to determine whether a PeerName is in use simultaneously by two different remote peers.
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: