IPPacketInformation::Inequality Operator (IPPacketInformation, IPPacketInformation)
.NET Framework (current version)
Tests whether two specified IPPacketInformation instances are not equal.
Assembly: System (in System.dll)
public: static bool operator !=( IPPacketInformation packetInformation1, IPPacketInformation packetInformation2 )
Parameters
- packetInformation1
-
Type:
System.Net.Sockets::IPPacketInformation
The IPPacketInformation instance that is to the left of the inequality operator.
- packetInformation2
-
Type:
System.Net.Sockets::IPPacketInformation
The IPPacketInformation instance that is to the right of the inequality operator.
Return Value
Type: System::Booleantrue if packetInformation1 and packetInformation2 are unequal; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: