Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator!=()

static bool System.Net.Sockets.IPPacketInformation.operator!= ( IPPacketInformation packetInformation1,
IPPacketInformation packetInformation2 )
inlinestatic

Definition at line 38 of file IPPacketInformation.cs.

39 {
40 return !(packetInformation1 == packetInformation2);
41 }