IPPacketInformation.Equals Methode

Definition

Überlädt

Equals(IPPacketInformation)

Gibt an, ob die aktuelle instance gleich einem anderen instance desselben Typs ist.

Equals(Object)

Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einem angegebenen Objekt ist.

Equals(IPPacketInformation)

Quelle:
IPPacketInformation.cs
Quelle:
IPPacketInformation.cs
Quelle:
IPPacketInformation.cs

Gibt an, ob die aktuelle instance gleich einem anderen instance desselben Typs ist.

public:
 virtual bool Equals(System::Net::Sockets::IPPacketInformation other);
public bool Equals (System.Net.Sockets.IPPacketInformation other);
override this.Equals : System.Net.Sockets.IPPacketInformation -> bool
Public Function Equals (other As IPPacketInformation) As Boolean

Parameter

other
IPPacketInformation

Eine instance, die mit diesem instance verglichen werden soll.

Gibt zurück

true, wenn der aktuelle instance gleich dem anderen instance ist, falseandernfalls .

Implementiert

Gilt für:

Equals(Object)

Quelle:
IPPacketInformation.cs
Quelle:
IPPacketInformation.cs
Quelle:
IPPacketInformation.cs

Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einem angegebenen Objekt ist.

public:
 override bool Equals(System::Object ^ comparand);
public override bool Equals (object? comparand);
public override bool Equals (object comparand);
override this.Equals : obj -> bool
Public Overrides Function Equals (comparand As Object) As Boolean

Parameter

comparand
Object

Das Objekt, das mit dieser Instanz verglichen werden soll.

Gibt zurück

true, wenn comparand eine Instanz von IPPacketInformation ist, deren Wert gleich dem Wert der Instanz ist, andernfalls false.

Gilt für: