Compartilhar via


DifferenceType Enum

Definition

The types of differences.

public enum class DifferenceType
public enum class DifferenceType
enum DifferenceType
public enum DifferenceType
type DifferenceType = 
Public Enum DifferenceType
Inheritance
DifferenceType

Fields

Add 0

Lines were added, so the text is on the right-hand side

Change 2

Lines were changed, so the text is on both sides

Remove 1

Lines were removed, so the text is on the left-hand side

Remarks

Differences are read from left to right, so that Add means that only the right span has text, Remove means that only the left span has text, and Change means that both the left and right spans have text.

Applies to