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

◆ operator!=() [1/2]

static bool System.Collections.Immutable.ImmutableArray< T >.operator!= ( ImmutableArray< T > left,
ImmutableArray< T > right )
inlinestatic

Definition at line 1587 of file ImmutableArray.cs.

1588 {
1589 return !left.Equals(right);
1590 }