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