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

 

Determines whether the specified PeerApplication objects 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 PeerApplication to compare.

objB
Type: System::Object^

The second PeerApplication to compare.

Return Value

Type: System::Boolean

Returns true if the specified objects have the same globally unique application Id and Description, else false.

.NET Framework
Available since 3.5
Return to top
Show: