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

247 {
248 return !prefix1.Equals(prefix2);
249 }

References System.Xml.Dictionary.