PeerContact.Equals Method (Object, Object)
Determines whether the specified PeerContact instances are considered equal.
Namespace: System.Net.PeerToPeer.Collaboration
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.