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 555 of file TimeSpan.cs.

556 {
557 return t1._ticks != t2._ticks;
558 }

References System.TimeSpan._ticks.