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()

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

Definition at line 64 of file RuntimeTypeHandle.cs.

65 {
66 if (obj != null)
67 {
68 }
69 throw new InvalidCastException();
70 }

References System.obj.