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

◆ Equals() [2/3]

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

Definition at line 145 of file PointF.cs.

146 {
147 return this == other;
148 }

References System.other.