ActivitySpanId.Inequality(ActivitySpanId, ActivitySpanId) Operator

Definition

Determine whether two specified ActivitySpanId instances have unequal values.

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 op_Inequality : 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 different from the SpanId of spandId2; otherwise, false.

Applies to