Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator==()
static
bool
System.Globalization.SortVersion.operator==
(
SortVersion
?
left
,
SortVersion
?
right
)
inline
static
Definition at line
66
of file
SortVersion.cs
.
67
{
68
if
((
object
)right ==
null
)
69
{
70
if
((
object
)left !=
null
)
71
{
72
return
false
;
73
}
74
return
true
;
75
}
76
return
right.Equals(left);
77
}
References
System.Globalization.SortVersion.Equals()
.
System
Globalization
SortVersion
Generated by
1.10.0