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() [2/6]

static bool System.String.Equals ( string a,
string b )
inlinestatic

Definition at line 276 of file String.cs.

277 {
278 while (a == null)
279 {
280 }
281 int stringLength = a._stringLength;
282 bool flag;
283 return flag;
284 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.