20 if (x.IsDefault || y.IsDefault || x.Length != y.Length)
24 for (
int i = 0; i < x.Length; i++)
36 if (left ==
null || right ==
null)
44 for (
int i = 0; i <
length; i++)
54 internal static bool Equals(
byte[]? left,
byte[]? right)
60 if (left ==
null || right ==
null || left.Length != right.Length)
64 for (
int i = 0; i < left.Length; i++)
66 if (left[i] != right[i])
static bool Equals(ImmutableArray< byte > x, ImmutableArray< byte > y)
static int GetHashCode(ImmutableArray< byte > x)
static readonly ByteSequenceComparer Instance
static int GetHashCode(byte[] x)
static bool Equals(byte[]? left, byte[]? right)
static bool Equals(byte[] left, int leftStart, byte[] right, int rightStart, int length)
static int GetFNVHashCode(byte[] data)