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

◆ EqualsCaseInsensitive() [1/2]

unsafe bool System.MdUtf8String.EqualsCaseInsensitive ( MdUtf8String s)
inlinepackage

Definition at line 48 of file MdUtf8String.cs.

49 {
50 if (s.m_StringHeapByteLength != m_StringHeapByteLength)
51 {
52 return false;
53 }
55 {
57 }
58 return true;
59 }
readonly int m_StringHeapByteLength
static unsafe bool EqualsCaseInsensitive(void *szLhs, void *szRhs, int cSz)
unsafe readonly byte * m_pStringHeap

References System.MdUtf8String.EqualsCaseInsensitive(), System.MdUtf8String.m_pStringHeap, System.MdUtf8String.m_StringHeapByteLength, and System.s.