Comparing two byte arrays in .NET How can I do this fast? Sure I can do this: static bool ByteArrayCompare(byte a1, byte... April 30, 2022 0 Comments