• Test if two blobs in byte array spans are equal.

    Parameters

    • a: Uint8Array

      The first blob to test.

    • offseta: number

      Offset into the first blob.

    • enda: number

      End of the first blob.

    • b: Uint8Array

      The second blob to test.

    • offsetb: number

      Offset into the second blob,

    • endb: number

      The end of the second blob.

    Returns boolean

    True if the blobs are equal.