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() [1/2]

override bool Microsoft.Xna.Framework.Rectangle.Equals ( object obj)
inline

Definition at line 471 of file Rectangle.cs.

472 {
473 if (obj != null)
474 {
475 int x = this.X;
476 int width = this.Width;
477 }
478 throw new InvalidCastException();
479 }

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