Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator==()
static
bool
Microsoft.Xna.Framework.Plane.operator==
(
Plane
lhs
,
Plane
rhs
)
inline
static
Definition at line
357
of file
Plane.cs
.
358
{
359
return
lhs.Equals(rhs);
360
}
References
Microsoft.Xna.Framework.Plane.Equals()
.
Microsoft
Xna
Framework
Plane
Generated by
1.10.0