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()

override bool System.Runtime.InteropServices.GCHandle.Equals ( object o)
inline

Definition at line 162 of file GCHandle.cs.

163 {
164 if (o != null)
165 {
166 }
167 bool flag;
168 return flag;
169 }