Enum ComparisonStatus
- Namespace
 - Dynamicweb.Deployment
 
- Assembly
 - Dynamicweb.Deployment.dll
 
Represents a the result of comparing data items.
  
  public enum ComparisonStatus
  Fields
Different = 4- The data items are different.
 Identical = 3- The data items are identical.
 LeftOnly = 1- The data item only exists on the left side (source).
 RightOnly = 2- The data item only exists on the right side (destination).
 Unknown = 0