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

◆ operator==() [2/3]

static bool System.Xml.PrefixHandle.operator== ( PrefixHandle prefix1,
string prefix2 )
inlinestatic

Definition at line 221 of file PrefixHandle.cs.

222 {
223 return prefix1.Equals2(prefix2);
224 }

References System.Xml.Dictionary.