If you add a property to a data-class’s derivative...
# announcements
m
If you add a property to a data-class’s derivative, data-class’s equals won’t know anything about it. It will be like java.util.Date vs. java.sql.Date vs. Timestamp.