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

bool System.String.Equals ( string value,
StringComparison comparisonType )
inline

Definition at line 262 of file String.cs.

263 {
264 if (value != null)
265 {
267 }
268 int num = 49;
269 int num2 = 47;
270 long num3 = 0L;
271 int stringLength = value._stringLength;
272 return SpanHelpers.SequenceEqual((byte)num, (byte)num2, (ulong)num3);
273 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture
static unsafe bool SequenceEqual(byte first, byte second, ulong length)

References System.Globalization.CultureInfo.CurrentCulture, j__TPar, System.L, System.SpanHelpers.SequenceEqual(), and System.value.