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