function equals
equals(a: Uint8Array,b: Uint8Array): booleanCheck whether binary arrays are equal to each other.
Parameters
a: Uint8Arrayfirst array to check equality
b: Uint8Arraysecond array to check equality
equals(a: Uint8Array,b: Uint8Array): booleanCheck whether binary arrays are equal to each other.
a: Uint8Arrayfirst array to check equality
b: Uint8Arraysecond array to check equality