bytesEqual
Returns true if and only if the provided bytes1 and bytes2 byte arrays are equal.
Parameters
| Parameter | Type | Description |
|---|---|---|
bytes1 | | ReadonlyUint8Array | Uint8Array<ArrayBufferLike> | The first byte array to compare. |
bytes2 | | ReadonlyUint8Array | Uint8Array<ArrayBufferLike> | The second byte array to compare. |
Returns
boolean