CLong.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(Object)

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

Equals(CLong)

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

Equals(Object)

Quelle:
CLong.cs
Quelle:
CLong.cs
Quelle:
CLong.cs
Quelle:
CLong.cs
Quelle:
CLong.cs

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

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

Parameter

o
Object

Ein Objekt, das mit dieser Instanz verglichen werden soll.

Gibt zurück

true if o is an instance of CLong and equals the value of this instance; otherwise, false.

Gilt für:

Equals(CLong)

Quelle:
CLong.cs
Quelle:
CLong.cs
Quelle:
CLong.cs
Quelle:
CLong.cs
Quelle:
CLong.cs

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

public:
 virtual bool Equals(System::Runtime::InteropServices::CLong other);
public bool Equals(System.Runtime.InteropServices.CLong other);
override this.Equals : System.Runtime.InteropServices.CLong -> bool
Public Function Equals (other As CLong) As Boolean

Parameter

other
CLong

Ein CLong Wert, der mit dieser Instanz verglichen werden soll.

Gibt zurück

true if other has the same value as this instance; otherwise, false.

Implementiert

Gilt für: