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

576 {
577 return t1._ticks >= t2._ticks;
578 }

References System.TimeSpan._ticks.