NFloat.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(NFloat)

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

Equals(Object)

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

Equals(NFloat)

Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs

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

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

Parameter

other
NFloat

Ein NFloat 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:

Equals(Object)

Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs

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

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

Parameter

objo
Object

Ein Objekt, das mit dieser Instanz verglichen werden soll.

Gibt zurück

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

Gilt für: