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

◆ CompareTo() [2/4]

int System.Boolean.CompareTo ( object obj)
inline

Implements System.IComparable< in T >.

Definition at line 47 of file Boolean.cs.

48 {
49 if (obj != null)
50 {
51 }
52 return 1;
53 }

References System.obj.