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

◆ IsNameSubsetOf()

bool System.Xml.Xsl.XmlQualifiedNameTest.IsNameSubsetOf ( XmlQualifiedNameTest other)
inlineprivate

Definition at line 32 of file XmlQualifiedNameTest.cs.

33 {
34 if (!other.IsNameWildcard)
35 {
36 return base.Name == other.Name;
37 }
38 return true;
39 }

References System.Xml.Dictionary, and System.other.

Referenced by System.Xml.Xsl.XmlQualifiedNameTest.HasIntersection(), and System.Xml.Xsl.XmlQualifiedNameTest.IsSubsetOf().