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

◆ operator<=() [1/3]

static bool IComparisonOperators< TimeSpan, TimeSpan >. System.TimeSpan.operator<= ( TimeSpan left,
TimeSpan right )
inlinestatic

Definition at line 593 of file TimeSpan.cs.

594 {
595 return left <= right;
596 }