IPPacketInformation.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(IPPacketInformation)

Gibt an, ob die aktuelle Instanz einer anderen Instanz desselben Typs entspricht.

Equals(Object)

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

Equals(IPPacketInformation)

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

Gibt an, ob die aktuelle Instanz einer anderen Instanz desselben Typs entspricht.

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 Instanz, die mit dieser Instanz verglichen werden soll.

Gibt zurück

truewenn die aktuelle Instanz gleich der anderen Instanz ist; andernfalls . false

Implementiert

Gilt für:

Equals(Object)

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

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

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 if comparand is an instance of IPPacketInformation and equals the value of the instance; otherwise, false.

Gilt für: