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

override bool System.String.Equals ( object obj)
inline

Definition at line 241 of file String.cs.

242 {
243 if (obj != null)
244 {
245 bool flag;
246 return flag;
247 }
248 }

References System.obj.