CULong.Equals Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| Equals(Object) |
Gibt einen Wert zurück, der angibt, ob diese Instanz einem angegebenen Objekt entspricht. |
| Equals(CULong) |
Gibt einen Wert zurück, der angibt, ob diese Instanz einem angegebenen CLong Wert entspricht. |
Equals(Object)
- Quelle:
- CULong.cs
- Quelle:
- CULong.cs
- Quelle:
- CULong.cs
- Quelle:
- CULong.cs
- Quelle:
- CULong.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 CULong and equals the value of this instance; otherwise, false.
Gilt für:
Equals(CULong)
- Quelle:
- CULong.cs
- Quelle:
- CULong.cs
- Quelle:
- CULong.cs
- Quelle:
- CULong.cs
- Quelle:
- CULong.cs
Gibt einen Wert zurück, der angibt, ob diese Instanz einem angegebenen CLong Wert entspricht.
public:
virtual bool Equals(System::Runtime::InteropServices::CULong other);
public bool Equals(System.Runtime.InteropServices.CULong other);
override this.Equals : System.Runtime.InteropServices.CULong -> bool
Public Function Equals (other As CULong) As Boolean
Parameter
Gibt zurück
true if other has the same value as this instance; otherwise, false.