Enum EntityCompare.CompareResult
The result of comparing two entities.
public enum EntityCompare.CompareResult
Fields
Changed = 1The entity is in both the Left and Right but the properties are different.
None = 0The entity is in both the Left and Right and the properties are the same.
PresentInLeftOnly = -1The entity is in the Left but not in the Right.
PresentInRightOnly = 2The entity is in the Right but not in the Left.