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]

virtual bool System.Type.Equals ( Type o)
inlinevirtualinherited

Definition at line 1268 of file Type.cs.

1269 {
1270 if (!true || o != null)
1271 {
1272 while (o != null)
1273 {
1274 }
1275 return;
1276 }
1277 }