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

◆ operator==() [2/3]

static bool System.TimeSpan.operator== ( TimeSpan t1,
TimeSpan t2 )
inlinestatic

Definition at line 550 of file TimeSpan.cs.

551 {
552 return t1._ticks == t2._ticks;
553 }

References System.TimeSpan._ticks.