int Slots Compare
fun intSlotsCompare(otherObject: AvailObjectRepresentation, integerField: IntegerSlotsEnum): Boolean
Content copied to clipboard
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
other Object
The other AvailObjectRepresentation to compare against.
integer Field
The IntegerSlotsEnum that designates the starting field to scan the longSlots of both objects.