Enum Operation

Operation enumeration

Represents a difference operation type.

public enum Operation

Values

NameValueDescription
Equal0The equal operation.
Delete1The delete operation.
Insert2The insert operation.

See Also