intSlotsCompare

Compare corresponding consecutive long slots from the receiver and the otherObject, starting at the beginning at the variable-length section indicated by the integerField. Answer false if any differ, otherwise true.

The integerField must be suitable for accessing slots in both the receiver and the otherObject.

Return

Whether the corresponding visited slots were equal.

Parameters

otherObject

The other AvailObjectRepresentation to compare against.

integerField

The IntegerSlotsEnum that designates the starting field to scan the longSlots of both objects.