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

◆ operator!=()

static bool System.ArraySegment< T >.operator!= ( ArraySegment< T > a,
ArraySegment< T > b )
inlinestatic

Definition at line 254 of file ArraySegment.cs.

255 {
256 return !(a == b);
257 }