Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator!=()
static
bool
Terraria.DataStructures.Point16.operator!=
(
Point16
first
,
Point16
second
)
inline
static
Definition at line
57
of file
Point16.cs
.
58
{
59
if
(
first
.X ==
second
.X)
60
{
61
return
first.Y !=
second
.Y;
62
}
63
return
true
;
64
}
System.Linq.ExceptionArgument.first
@ first
System.Linq.ExceptionArgument.second
@ second
Terraria
DataStructures
Point16
Generated by
1.10.0