isSamePlaceAs

fun isSamePlaceAs(bitField: BitField): Boolean

Answer whether the receiver and the passed BitField occupy the same span of bits at the same integer slot number.

Return

Whether the two BitFields have the same slot number, start bit, and end bit.

Parameters

bitField

The other BitField.