Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator!=()

static bool System.Diagnostics.ActivitySpanId.operator!= ( ActivitySpanId spanId1,
ActivitySpanId spandId2 )
inlinestatic

Definition at line 62 of file ActivitySpanId.cs.

63 {
64 return spanId1._hexString != spandId2._hexString;
65 }

References System.Diagnostics.ActivitySpanId._hexString.