ProtectedconstructorOptionalisInternalConstructor: booleanReturns true if the diff doesn't contain any changes between the two objects.
StaticwithCreates a difference of properties that are different in oldObject compared to
oldObject. The difference can later be applied to oldObject to restore it to
the same state as newObject .
Object to compare from.
Object to compare to.
A set of differences between the two objects.
Protected StaticwithCreates a difference of properties that are different in oldObject compared to oldObject. The difference can later be
applied to oldObject to restore it to the same state as newObject.
Object to compare from.
Object to compare to.
A set of differences between the two objects.
The SerializedDiff class provides functionality to create and store differences between two TypeScript objects of the same type.
Approved