Decimal64.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(Decimal64)
Equals(Object)

Equals(Decimal64)

Quelle:
Decimal64.cs
public:
 virtual bool Equals(System::Numerics::Decimal64 other);
public bool Equals(System.Numerics.Decimal64 other);
override this.Equals : System.Numerics.Decimal64 -> bool
Public Function Equals (other As Decimal64) As Boolean

Parameter

other
Decimal64

Gibt zurück

Implementiert

Gilt für:

Equals(Object)

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

Parameter

obj
Object

Gibt zurück

Gilt für: