PeerObject::Equals Method (Object^, Object^)

 

Determines whether the specified PeerObject instances are considered equal.

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

public:
static bool Equals(
	Object^ objA,
	Object^ objB
)

Parameters

objA
Type: System::Object^

The first PeerObject to compare.

objB
Type: System::Object^

The second PeerObject to compare.

Return Value

Type: System::Boolean

Returns true if the PeerObject instances provided have matching data, else false.

.NET Framework
Available since 3.5
Return to top
Show: