Represents a type of XML diff.

Namespace:  Gallio.Common.Xml.Diffing
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public sealed class DiffType : IEquatable<DiffType>
Visual Basic (Declaration)
Public NotInheritable Class DiffType _
	Implements IEquatable(Of DiffType)

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Xml.Diffing..::.DiffType

See Also