❔ I need help making a `diff` of 2 objects of the same class
I have a complex class like below
Now, I have 2 instances of this class
my question is, how do I start with this? if there is a library that does this automatically I would use it
Now, I have 2 instances of this class
Person and I want to get the differences between both, my problem is the Person class is a really complex class, it has around 20+ properties, some properties are collections, I made a class like below to record the differencesmy question is, how do I start with this? if there is a library that does this automatically I would use it