PackageComparer

Namespace: Chimayo.Ssis.Ast.ControlFlowApi

Provides facilities to compare two package values

Nested types and modules

TypeDescription
CompareDiffMode

Type of comparison to perform

Functions and values

Function or valueDescription
compare diffMode pkg1 pkg2
Signature: diffMode:CompareDiffMode -> pkg1:CftPackage -> pkg2:CftPackage -> unit

Compare two package values. Performs a deep comparison and shows the differences encountered at the first level.

Does not show all potential differences in the graph as nested objects can be hard to correlate.

Objects only compare as equal if they are actually equal (deep structural comparison) after normalisation has been applied.