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]

override bool Mono.Math.BigInteger.Equals ( object o)
inline

Definition at line 530 of file BigInteger.cs.

531 {
532 if (o != null)
533 {
534 bool flag;
535 return flag;
536 }
537 throw new InvalidCastException();
538 }