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
)
inline
static
Definition at line
605
of file
TimeSpan.cs
.
606
{
607
return
left >= right;
608
}
System
TimeSpan
Generated by
1.10.0