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

◆ Equals() [3/3]

bool MS.Internal.Xml.Cache.XPathNodeInfoAtom.Equals ( XPathNodeInfoAtom other)
inline

Definition at line 133 of file XPathNodeInfoAtom.cs.

134 {
135 if (GetHashCode() == other.GetHashCode() && (object)_localName == other._localName && _pageSibling == other._pageSibling && (object)_namespaceUri == other._namespaceUri && _pageParent == other._pageParent && _pageSimilar == other._pageSimilar && (object)_prefix == other._prefix && (object)_baseUri == other._baseUri && _lineNumBase == other._lineNumBase && _linePosBase == other._linePosBase)
136 {
137 return true;
138 }
139 return false;
140 }

References MS.Internal.Xml.Cache.XPathNodeInfoAtom._baseUri, MS.Internal.Xml.Cache.XPathNodeInfoAtom._lineNumBase, MS.Internal.Xml.Cache.XPathNodeInfoAtom._linePosBase, MS.Internal.Xml.Cache.XPathNodeInfoAtom._localName, MS.Internal.Xml.Cache.XPathNodeInfoAtom._namespaceUri, MS.Internal.Xml.Cache.XPathNodeInfoAtom._pageParent, MS.Internal.Xml.Cache.XPathNodeInfoAtom._pageSibling, MS.Internal.Xml.Cache.XPathNodeInfoAtom._pageSimilar, MS.Internal.Xml.Cache.XPathNodeInfoAtom._prefix, MS.Internal.Xml.Cache.XPathNodeInfoAtom.GetHashCode(), and System.other.