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 166 of file UIntPtr.cs.

167 {
168 return value1._value == value2._value;
169 }

References System.Runtime.Serialization.Dictionary.