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

◆ operator!=()

static bool System.Xml.Serialization.SourceInfo.operator!= ( SourceInfo a,
SourceInfo b )
inlinestatic

Definition at line 219 of file SourceInfo.cs.

220 {
221 if ((object)a != null)
222 {
223 return !a.Equals(b);
224 }
225 return (object)b != null;
226 }

References System.Xml.Dictionary.