API Reference
Class
EmailSemanticComparisonReport
Privacy-safe result of comparing two canonical email projections.
Inheritance
- Object
- EmailSemanticComparisonReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailSemanticFingerprint Source { get; } #Source fingerprint.
public EmailSemanticFingerprint Destination { get; } #Destination fingerprint.
public IReadOnlyList<EmailSemanticDifference> Differences { get; } #Detailed differences, capped by the configured limit.
public Boolean DifferencesTruncated { get; } #True when additional differences existed beyond the configured detail limit.
public Boolean IsMatch { get; } #True when both semantic projections match exactly under the selected profile.