Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator!=()
static
bool
System.Numerics.Matrix3x2.operator!=
(
Matrix3x2
value1
,
Matrix3x2
value2
)
inline
static
Definition at line
71
of file
Matrix3x2.cs
.
72
{
73
return
!(value1 == value2);
74
}
System
Numerics
Matrix3x2
Generated by
1.10.0