PeerEndPoint::Equals Method (Object^)

 

Compares the PeerEndPoint 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 PeerEndPoint is equal to the specified object instance, else false.

.NET Framework
Available since 3.5
Return to top
Show: