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

◆ operator!=() [3/3]

static unsafe bool System.UIntPtr.operator!= ( UIntPtr value1,
UIntPtr value2 )
inlinestatic

Definition at line 172 of file UIntPtr.cs.

173 {
174 return value1._value != value2._value;
175 }

References System.Runtime.Serialization.Dictionary.