terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ operator==()

static bool System.Xml.XmlQualifiedName.operator== ( XmlQualifiedName a,
XmlQualifiedName b )
inlinestatic

Definition at line 114 of file XmlQualifiedName.cs.

115 {
116 while (a == null)
117 {
118 }
119 string text = a.name;
120 string text2 = a.ns;
121 bool flag;
122 return flag;
123 }

References System.Xml.XmlQualifiedName.name, System.Xml.XmlQualifiedName.ns, and System.text.