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]

bool System.Numerics.BigInteger.Equals ( BigInteger other)
inline

Definition at line 109 of file BigInteger.cs.

110 {
111 while (this._bits == null)
112 {
113 }
114 }

References System.Numerics.BigInteger._bits.