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

bool System.String.Equals ( string value)
inline

Definition at line 251 of file String.cs.

252 {
253 if (value != null)
254 {
255 int stringLength = value._stringLength;
256 bool flag;
257 return flag;
258 }
259 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.value.