Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AreSame< T >()
static
bool
System.Runtime.CompilerServices.Unsafe.AreSame<
T
>
(
ref
T
left
,
ref
T
right
)
inline
static
Definition at line
271
of file
Unsafe.cs
.
272
{
273
return
Unsafe.AreSame(ref left, ref right);
274
}
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0