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
437
of file
Version.cs
.
438
{
439
return
!(v1 == v2);
440
}
System
Version
Generated by
1.10.0