public static bool AreBytesEqual(byte[] bytes1, byte[] bytes2) { return(GeneralUtils.AreArraysEqual <byte>(bytes1, bytes2)); }