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

◆ operator!=() [2/2]

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

Definition at line 1597 of file ImmutableArray.cs.

1598 {
1599 return !left.GetValueOrDefault().Equals(right.GetValueOrDefault());
1600 }