Function binsAreEqual

  • Compare to Uint8Arrays, return true if their contents are exactly the same, otherwise return false.

    Parameters

    • a: Uint8Array

      the first Uint8Array

    • b: Uint8Array

      the second Uint8Array

    Returns boolean

Generated using TypeDoc