Note : this method uses SequenceEqual method but will not fail if one or both arrays are null.
public static bool Compare( this byte[] a1, byte[] a2 )