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

◆ operator==() [1/3]

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

Definition at line 241 of file PrefixHandle.cs.

242 {
243 return prefix1.Equals(prefix2);
244 }

References System.Xml.Dictionary.