ActivitySpanId.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(ActivitySpanId) |
Bestimmt, ob diese Instanz und die angegebene ActivitySpanId Instanz denselben Wert aufweisen. |
| Equals(Object) |
die aktuelle Instanz und ein angegebenes Objekt, das auch eine ActivitySpanId Instanz sein muss, denselben Wert aufweisen. |
Equals(ActivitySpanId)
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
Bestimmt, ob diese Instanz und die angegebene ActivitySpanId Instanz denselben Wert aufweisen.
public:
virtual bool Equals(System::Diagnostics::ActivitySpanId spanId);
public bool Equals(System.Diagnostics.ActivitySpanId spanId);
override this.Equals : System.Diagnostics.ActivitySpanId -> bool
Public Function Equals (spanId As ActivitySpanId) As Boolean
Parameter
- spanId
- ActivitySpanId
Die zu vergleichende Instanz.
Gibt zurück
true wenn spanId derselbe Hexwert wie die aktuelle Instanz vorhanden ist, andernfalls false.
Implementiert
Gilt für:
Equals(Object)
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
- Quelle:
- Activity.cs
die aktuelle Instanz und ein angegebenes Objekt, das auch eine ActivitySpanId Instanz sein muss, denselben Wert aufweisen.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(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
Das zu vergleichende Objekt.
Gibt zurück
true if obj is an instance of ActivitySpanId and has the same hex value as the current instance; otherwise, false.