Returns true if two byte arrays are equal.
a the first array b the second array
a
b
static bool equals(ByteArray a, ByteArray b) { return a == b; }