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/3]

override bool System.UIntPtr.Equals ( object obj)
inline

Definition at line 30 of file UIntPtr.cs.

31 {
32 if (obj != null)
33 {
34 return;
35 }
36 }

References System.obj.