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 )
inlinestatic

Definition at line 63 of file Point.cs.

64 {
65 return a.Equals(b);
66 }

References Microsoft.Xna.Framework.Point.Equals().