PeerObject::Equals Method (Object^, Object^)
.NET Framework (current version)
Determines whether the specified PeerObject instances are considered equal.
Assembly: System.Net (in System.Net.dll)
Parameters
- objA
-
Type:
System::Object^
The first PeerObject to compare.
- objB
-
Type:
System::Object^
The second PeerObject to compare.
Return Value
Type: System::BooleanReturns true if the PeerObject instances provided have matching data, else false.
.NET Framework
Available since 3.5
Available since 3.5
Show: