Class TextItemComparisonStatistics

TextItemComparisonStatistics class

Represents a text comparison ststistics class.

public class TextItemComparisonStatistics

Constructors

NameDescription
TextItemComparisonStatistics()The default constructor.

Properties

NameDescription
DeletedCharactersCount { get; }Gets and sets the number of deleted characters.
DeleteOperationsCount { get; }Gets and sets the number of delete operations.
InsertedCharactersCount { get; }Gets and sets the number of inseted characters.
InsertOperationsCount { get; }Gets and sets the number of insert operations.
TotalCharacters { get; }Gets and sets the total number of characters.

See Also