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