Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator==()
static
bool
Microsoft.Xna.Framework.Point.operator==
(
Point
a
,
Point
b
)
inline
static
Definition at line
63
of file
Point.cs
.
64
{
65
return
a.Equals(b);
66
}
References
Microsoft.Xna.Framework.Point.Equals()
.
Microsoft
Xna
Framework
Point
Generated by
1.10.0