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

◆ ComparePosition() [1/2]

override XmlNodeOrder System.Xml.XPath.XmlEmptyNavigator.ComparePosition ( XPathNavigator other)
inline

Definition at line 126 of file XmlEmptyNavigator.cs.

127 {
128 if (this != other)
129 {
130 return XmlNodeOrder.Unknown;
131 }
132 return XmlNodeOrder.Same;
133 }

References System.other.