Skip to main content

uint8ArrayEquals

Callable

  • uint8ArrayEquals(a: Uint8Array, b: Uint8Array): boolean

  • Returns true if the two passed Uint8Arrays have the same content


    Parameters

    • a: Uint8Array
    • b: Uint8Array

    Returns boolean