Skip to content

Uint8Equals

uint8Equals(a, b): boolean

Defined in: packages/agent/src/utils/buffer.ts:54

Compares two Uint8Arrays for equality.

Uint8Array

The first Uint8Array.

Uint8Array

The second Uint8Array.

boolean

True if the Uint8Arrays are equal, false otherwise.