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

◆ Compare() [6/6]

static int System.String.Compare ( string strA,
string strB,
StringComparison comparisonType )
inlinestatic

Definition at line 60 of file String.cs.

61 {
62 if (strA != null)
63 {
65 return 49;
66 }
67 return 1;
68 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, and j__TPar.