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 226 of file PrefixHandle.cs.

227 {
228 return !prefix1.Equals2(prefix2);
229 }

References System.Xml.Dictionary.