Go to repository
Internal

Function bufferEquals

Answer if two Buffers are equal. Two Buffers are equal when they both have the exact element at each position.

Parameters

  • a: Buffer

    The first Buffer

  • b: Buffer

    The second Buffer

Returns boolean

true if both Buffers are equal, false otherwise.