Comparer

Comparer class

Provides methods intended to compare documents.

public static class Comparer

Methods

NameDescription
static Compare(string, string, string, string, DateTime)Compares two documents and saves the differences to the specified output file, producing changes as a number of edit and format revisions.
static Compare(Stream, Stream, Stream, SaveFormat, string, DateTime)Compares two documents loaded from streams and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions.
static Compare(string, string, string, SaveFormat, string, DateTime)Compares two documents and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions.
static Compare(string, string, string, string, DateTime, CompareOptions)Compares two documents with additional options and saves the differences to the specified output file, producing changes as a number of edit and format revisions.
static Compare(Stream, Stream, Stream, SaveFormat, string, DateTime, CompareOptions)Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions.
static Compare(string, string, string, SaveFormat, string, DateTime, CompareOptions)Compares two documents with additional options and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions.

See Also