Function arrayEquals

  • Compares two Uint8Arrays

    Returns

    true if the two Uint8Arrays match, and false otherwise

    Parameters

    • a: Uint8Array

      The first Uint8Array

    • b: Uint8Array

      The second Uint8Array

    Returns boolean

Generated using TypeDoc