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

override bool System.Numerics.BigInteger.Equals ( object obj)
inline

Definition at line 99 of file BigInteger.cs.

100 {
101 if (obj != null)
102 {
103 }
104 bool flag;
105 return flag;
106 }

References System.obj.