Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Equals() [2/3]

readonly bool System.Drawing.Point.Equals ( Point other)
inline

Definition at line 141 of file Point.cs.

142 {
143 return this == other;
144 }

References System.other.