UdpReceiveResult::Equals Method (UdpReceiveResult)
.NET Framework (current version)
Returns a value that indicates whether this instance is equal to a specified object.
Assembly: System (in System.dll)
Parameters
- other
-
Type:
System.Net.Sockets::UdpReceiveResult
The object to compare with this instance.
Return Value
Type: System::BooleanReturns Boolean.
true if other is an instance of UdpReceiveResult and equals the value of the instance; otherwise, false.
Implements
IEquatable<T>::Equals(T)
.NET Framework
Available since 4.5
Available since 4.5
Show: