BitArray.opEquals

Compares this array to another for equality. Two bit arrays are equal if they are the same size and contain the same series of bits.

struct BitArray
const const
bool
opEquals
(
ref const(BitArray) rhs
)

Parameters

rhs const(BitArray)

The array to compare against.

Return Value

Type: bool

false if not equal and non-zero otherwise.

Meta