IPPacketInformation.Inequality Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Test of twee opgegeven IPPacketInformation exemplaren niet gelijk zijn.
public:
static bool operator !=(System::Net::Sockets::IPPacketInformation packetInformation1, System::Net::Sockets::IPPacketInformation packetInformation2);
public static bool operator !=(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2);
static member op_Inequality : System.Net.Sockets.IPPacketInformation * System.Net.Sockets.IPPacketInformation -> bool
Public Shared Operator != (packetInformation1 As IPPacketInformation, packetInformation2 As IPPacketInformation) As Boolean
Parameters
- packetInformation1
- IPPacketInformation
Het IPPacketInformation exemplaar links van de ongelijkheidsoperator.
- packetInformation2
- IPPacketInformation
Het IPPacketInformation exemplaar dat zich rechts van de ongelijkheidsoperator bevindt.
Retouren
trueindien packetInformation1 en packetInformation2 ongelijk zijn; anders. false
Opmerkingen
Deze operator test zowel de als Interface de Address waarden voor beide argumenten.
De equivalente methode voor deze operator is Equals(Object).