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
int
opEquals

Parameters

rhs BitArray

The array to compare against.

Return Value

Type: int

Zero if not equal and non-zero otherwise.

Meta