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

566 {
567 return t1._ticks <= t2._ticks;
568 }

References System.TimeSpan._ticks.