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

◆ Equals() [5/7]

bool IEqualityComparer< ImmutableArray< byte > >. System.Reflection.Internal.ByteSequenceComparer.Equals ( ImmutableArray< byte > x,
ImmutableArray< byte > y )
inlineprivate

Definition at line 94 of file ByteSequenceComparer.cs.

95 {
96 return Equals(x, y);
97 }
static bool Equals(ImmutableArray< byte > x, ImmutableArray< byte > y)

References System.Reflection.Internal.ByteSequenceComparer.Equals().