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 72 of file ArrayWithOffset.cs.

73 {
74 return a.Equals(b);
75 }

References System.Runtime.InteropServices.ArrayWithOffset.Equals().