Skip to main content Skip to complementary content

Diff Method

Overloads

Diff(AbstractStructure, AbstractStructure)

Compute the difference between two AbstractStructure instances.

Diff(AbstractStructure, AbstractStructure)

Compute the difference between two AbstractStructure instances.

Declaration

      public static IEnumerable<IStructureDiff> Diff(AbstractStructure left, AbstractStructure right)
    

Parameters

Type Name Description
AbstractStructure left

The left structure.

AbstractStructure right

The right structure.

Returns

Type Description
System.Collections.Generic.IEnumerable<IStructureDiff>

The set of changes between the left and right structures.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!