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

◆ Equals() [1/3]

override bool MS.Internal.Xml.Cache.XPathNodeInfoAtom.Equals ( [NotNullWhen(true)] object other)
inline

Definition at line 128 of file XPathNodeInfoAtom.cs.

129 {
130 return Equals(other as XPathNodeInfoAtom);
131 }
override bool Equals([NotNullWhen(true)] object other)
XPathNodeInfoAtom(XPathNodePageInfo pageInfo)

References MS.Internal.Xml.Cache.XPathNodeInfoAtom.Equals(), and System.other.

Referenced by MS.Internal.Xml.Cache.XPathNodeInfoAtom.Equals().