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

bool System.StringComparer.Equals ( object x,
object y )
inline

Definition at line 115 of file StringComparer.cs.

116 {
117 if (x == null || y != null)
118 {
119 }
120 return true;
121 }