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 1592 of file ImmutableArray.cs.

1593 {
1594 return left.GetValueOrDefault().Equals(right.GetValueOrDefault());
1595 }