Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CompareTo()
[1/4]
int System.Boolean.CompareTo
(
bool
value
)
inline
Definition at line
104
of file
Boolean.cs
.
105
{
106
if
(
this
==
value
)
107
{
108
return
0;
109
}
110
if
(!
this
)
111
{
112
return
-1;
113
}
114
return
1;
115
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Boolean
Generated by
1.10.0