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

◆ Equals() [2/3]

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

Definition at line 153 of file Rectangle.cs.

154 {
155 return this == other;
156 }

References System.other.