Skip to content

CompareResultDifference::Details property

Contains the words that are part of this diff.

IEnumerable<DifferenceDetail> Details { get; }
VectDiffDifferences getDetails() throws IGRException;
@property
def Details(self) -> list
CompareResultDifference::details_t getDetails() const;

Return Value

IEnumerable<DifferenceDetail> : A collection of found differences

See Also