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. |