Collects deterministic semantic, identity, and layout differences between two manifest snapshots. More...
Properties | |
| string | LeftImageSha256 [get] |
| Records the full physical SHA-256 identity of the comparison baseline. | |
| string | RightImageSha256 [get] |
| Records the full physical SHA-256 identity of the comparison target. | |
| IReadOnlyList< NdsSemanticDifference > | Differences [get] |
| Contains every detected value change in deterministic path order. | |
| bool | AreEquivalent [get] |
| Reports whether header, content, identities, and physical layout all compare equal. | |
Collects deterministic semantic, identity, and layout differences between two manifest snapshots.
Definition at line 6 of file NdsImageDiff.cs.
|
get |
Reports whether header, content, identities, and physical layout all compare equal.
Definition at line 29 of file NdsImageDiff.cs.
|
get |
Contains every detected value change in deterministic path order.
Definition at line 27 of file NdsImageDiff.cs.
|
get |
Records the full physical SHA-256 identity of the comparison baseline.
Definition at line 23 of file NdsImageDiff.cs.
|
get |
Records the full physical SHA-256 identity of the comparison target.
Definition at line 25 of file NdsImageDiff.cs.