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
}
System.ExceptionArgument.other
@ other
System.IntPtr._value
unsafe readonly void * _value
Definition
IntPtr.cs:15
References
System.IntPtr._value
, and
System.other
.
System
IntPtr
Generated by
1.10.0