Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator>=()
static
bool
System.Version.operator>=
(
Version
?
v1
,
Version
?
v2
)
inline
static
Definition at line
465
of file
Version.cs
.
466
{
467
return
v2 <= v1;
468
}
System
Version
Generated by
1.10.0