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

◆ Compare() [1/4]

int System.Xml.XmlCanonicalWriter.Compare ( byte[] buffer,
int offset1,
int length1,
int offset2,
int length2 )
inlineprivate

Definition at line 1017 of file XmlCanonicalWriter.cs.

1018 {
1019 if (offset1 == offset2)
1020 {
1021 return length1 - length2;
1022 }
1024 }
int Compare(ref XmlnsAttribute xmlnsAttribute1, ref XmlnsAttribute xmlnsAttribute2)

References System.buffer, System.Xml.XmlCanonicalWriter.Compare(), System.Xml.Dictionary, System.length1, and System.length2.