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

override bool System.Collections.Generic.InternalStringComparer.Equals ( string x,
string y )
inline

Definition at line 19 of file InternalStringComparer.cs.

20 {
21 bool flag;
22 if (x != null)
23 {
24 flag = x.Equals(y);
25 return flag;
26 }
27 return flag;
28 }