Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator!=()
static
bool
System.Numerics.Plane.operator!=
(
Plane
value1
,
Plane
value2
)
inline
static
Definition at line
158
of file
Plane.cs
.
159
{
160
return
!(value1 == value2);
161
}
System
Numerics
Plane
Generated by
1.10.0