PeerName::Equals Method (Object^)

 

Determines whether the content of this PeerName is equal to the content of another object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to compare with the current PeerName.

Return Value

Type: System::Boolean

True if the PeerName and the comparison object contain the same information; otherwise false.

This method inherits the default signature and behavior from Object.

.NET Framework
Available since 3.5
Return to top
Show: