PeerNearMe::Equals Method (PeerNearMe^)

 

Compares the PeerNearMe to the specified PeerNearMe instance.

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

public:
virtual bool Equals(
	PeerNearMe^ other
) sealed

Parameters

other
Type: System.Net.PeerToPeer.Collaboration::PeerNearMe^

The PeerNearMe instance to test for equality.

Return Value

Type: System::Boolean

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

Exception Condition
ArgumentNullException

The other argument is null.

.NET Framework
Available since 3.5
Return to top
Show: