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 57 of file ActivitySpanId.cs.

58 {
59 return spanId1._hexString == spandId2._hexString;
60 }

References System.Diagnostics.ActivitySpanId._hexString.