UdpReceiveResult::Equality Operator (UdpReceiveResult, UdpReceiveResult)
.NET Framework (current version)
Tests whether two specified UdpReceiveResult instances are equivalent.
Assembly: System (in System.dll)
Parameters
- left
-
Type:
System.Net.Sockets::UdpReceiveResult
The UdpReceiveResult instance that is to the left of the equality operator.
- right
-
Type:
System.Net.Sockets::UdpReceiveResult
The UdpReceiveResult instance that is to the right of the equality operator.
Return Value
Type: System::BooleanReturns Boolean.
true if left and right are equal; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: