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 System.Type.Equals ( object o)
inlineinherited

Definition at line 1253 of file Type.cs.

1254 {
1255 if (o != null)
1256 {
1257 return;
1258 }
1259 }