Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Equals()
[3/3]
unsafe
bool
System.UIntPtr.Equals
(
UIntPtr
other
)
inline
Definition at line
234
of file
UIntPtr.cs
.
235
{
236
return
_value
== (
void
*)
other
;
237
}
System.ExceptionArgument.other
@ other
System.UIntPtr._value
unsafe readonly void * _value
Definition
UIntPtr.cs:16
References
System.UIntPtr._value
, and
System.other
.
System
UIntPtr
Generated by
1.10.0