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

◆ Equals() [2/3]

unsafe bool System.IntPtr.Equals ( IntPtr other)
inline

Definition at line 242 of file IntPtr.cs.

243 {
244 return (long)_value == (long)other;
245 }
unsafe readonly void * _value
Definition IntPtr.cs:15

References System.IntPtr._value, and System.other.