IPPacketInformation.Equality(IPPacketInformation, IPPacketInformation) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen IPPacketInformation iki örneğin eşdeğer olup olmadığını test eder.
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 ( = ) : System.Net.Sockets.IPPacketInformation * System.Net.Sockets.IPPacketInformation -> bool
Public Shared Operator == (packetInformation1 As IPPacketInformation, packetInformation2 As IPPacketInformation) As Boolean
Parametreler
- packetInformation1
- IPPacketInformation
IPPacketInformation Eşitlik işlecinin solundaki örnek.
- packetInformation2
- IPPacketInformation
IPPacketInformation Eşitlik işlecinin sağındaki örnek.
Döndürülenler
true
ve eşitsepacketInformation1
; değilse, false
.packetInformation2
Açıklamalar
Bu işleç, her iki bağımsız değişken için de Address ve Interface değerlerini test eder.
Bu işlecin eşdeğer yöntemi şudur: Equals(Object).