Efficiently compare byte arrays, using arraysEqual.
true if the byte arrays have the same length and bytes, false otherwise.
true
false
A byte array.
Another byte array.
Generated using TypeDoc
Efficiently compare byte arrays, using arraysEqual.
Returns
true
if the byte arrays have the same length and bytes,false
otherwise.