PeerApplication::Equals Method (Object^, Object^)
.NET Framework (current version)
Determines whether the specified PeerApplication objects are considered equal.
Assembly: System.Net (in System.Net.dll)
Parameters
- objA
-
Type:
System::Object^
The first PeerApplication to compare.
- objB
-
Type:
System::Object^
The second PeerApplication to compare.
Return Value
Type: System::BooleanReturns true if the specified objects have the same globally unique application Id and Description, else false.
.NET Framework
Available since 3.5
Available since 3.5
Show: