ActivitySpanId.Equality(ActivitySpanId, ActivitySpanId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two specified ActivitySpanId instances have the same value.
public:
static bool operator ==(System::Diagnostics::ActivitySpanId spanId1, System::Diagnostics::ActivitySpanId spandId2);
public static bool operator == (System.Diagnostics.ActivitySpanId spanId1, System.Diagnostics.ActivitySpanId spandId2);
static member ( = ) : System.Diagnostics.ActivitySpanId * System.Diagnostics.ActivitySpanId -> bool
Public Shared Operator == (spanId1 As ActivitySpanId, spandId2 As ActivitySpanId) As Boolean
Parameters
- spanId1
- ActivitySpanId
The first instance to compare.
- spandId2
- ActivitySpanId
The second instance to compare.
Returns
true
if the SpanId of spanId1
is the same as the SpanId of spandId2
; otherwise, false
.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา