PeerContact::Equals Method (Object^)

 

Compares the PeerContact instance to the specified object.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

Compares the PeerContact instance to the specified object.

Return Value

Type: System::Boolean

Returns true if the PeerContact instance provided has matching data, else false. This method also returns false if the passed parameter is null.

Exception Condition
ObjectDisposedException

The PeerContact object has been disposed.

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.

Normalization does not occur on the strings prior to comparison. All normalization should have been completed while or before constructing the PeerContact objects.

.NET Framework
Available since 3.5
Return to top
Show: