@ethereumjs/util / equalsBits
equalsBits(
bits1,bits2):boolean
Defined in: packages/util/src/bytes.ts:649
Checks whether two arrays of bits are equal.
Two arrays are considered equal if they have the same length and each corresponding element is identical.
number[]
The first bits array.
number[]
The second bits array.
boolean
True if the arrays are equal; otherwise, false.