PeerNearMe::Equals Method (Object^)

 

Compares the PeerNearMe 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^

The object to test for equality.

Return Value

Type: System::Boolean

Returns true if the PeerNearMe instance provided has matching data, else false.

Exception Condition
ObjectDisposedException

The PeerNearMe object has been disposed.

.NET Framework
Available since 3.5
Return to top
Show: