slotValuesAreEqual

lsst.daf.butler.core.utils.slotValuesAreEqual(self, other)

Test for equality by the contents of all slots, including those of its parents.

Parameters:
self : object

Reference instance.

other : object

Comparison instance.

Returns:
equal : bool

Returns True if all the slots are equal in both arguments.