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

◆ IsAddressGreaterThan< T >()

static bool System.Runtime.CompilerServices.Unsafe.IsAddressGreaterThan< T > ( ref T left,
ref T right )
inlinestatic

Definition at line 278 of file Unsafe.cs.

279 {
280 return Unsafe.IsAddressGreaterThan(ref left, ref right);
281 }