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

◆ operator!=()

static bool System.Runtime.InteropServices.ArrayWithOffset.operator!= ( ArrayWithOffset a,
ArrayWithOffset b )
inlinestatic

Definition at line 77 of file ArrayWithOffset.cs.

78 {
79 return !(a == b);
80 }