terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Equals() [2/2]

bool Microsoft.Xna.Framework.Rectangle.Equals ( Rectangle other)
inline

Definition at line 460 of file Rectangle.cs.

461 {
462 int x = this.X;
463 int width = this.Width;
464 if (!true)
465 {
466 return;
467 }
468 }

References Microsoft.Xna.Framework.Rectangle.Width, and Microsoft.Xna.Framework.Rectangle.X.