UdpReceiveResult::Equals Method (Object^)

.NET Framework (current version)
 

Returns a value that indicates whether this instance is equal to a specified object.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare with this instance.

Return Value

Type: System::Boolean

Returns Boolean.

true if obj is an instance of UdpReceiveResult and equals the value of the instance; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: