Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EqualsHelper()

static bool System.String.EqualsHelper ( string strA,
string strB )
inlinestaticprivate

Definition at line 110 of file String.cs.

111 {
112 return SpanHelpers.SequenceEqual(ref Unsafe.As<char, byte>(ref strA.GetRawStringData()), ref Unsafe.As<char, byte>(ref strB.GetRawStringData()), (uint)(strA.Length * 2));
113 }

References System.SpanHelpers.SequenceEqual().

Referenced by System.String.Equals(), System.String.Equals(), System.String.Equals(), System.String.Equals(), and System.String.Equals().