Set object property values based on another property instance
I have two instances of a class where I want to replace all values in one instance with another those of another instance to implement undo functionality.
I have two instances of a class where I want to replace all values in one instance with another those of another instance to implement undo functionality.