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

◆ DeepEquals() [1/2]

override bool System.Xml.Linq.XComment.DeepEquals ( XNode node)
inlinepackage

Definition at line 84 of file XComment.cs.

85 {
87 {
88 return value == xComment.value;
89 }
90 return false;
91 }
XComment(string value)
Definition XComment.cs:33

References System.Xml.Dictionary, and System.Xml.Linq.XComment.value.