Comparer

Comparer(string)

Initializes new instance of Comparer class with source file path.

public Comparer(string filePath)
Parameter Type Description
filePath String File path

Remarks

Learn more

See Also


Comparer(string, CompareOptions)

Initializes new instance of Comparer with source folder path and CompareOptions.

public Comparer(string folderPath, CompareOptions compareOptions)
Parameter Type Description
folderPath String Folder path
compareOptions CompareOptions Compare options

Remarks

Learn more

See Also


Comparer(string, LoadOptions)

Initializes new instance of Comparer with source file path and LoadOptions.

public Comparer(string filePath, LoadOptions loadOptions)
Parameter Type Description
filePath String File path
loadOptions LoadOptions Load options

Remarks

Learn more

See Also


Comparer(string, ComparerSettings)

Initializes new instance of Comparer class with source file path and ComparerSettings.

public Comparer(string filePath, ComparerSettings settings)
Parameter Type Description
filePath String File path
settings ComparerSettings Settings for comparison

Remarks

Learn more

See Also


Comparer(string, LoadOptions, ComparerSettings)

Initializes new instance of Comparer class with source file path, LoadOptions and ComparerSettings.

public Comparer(string filePath, LoadOptions loadOptions, ComparerSettings settings)
Parameter Type Description
filePath String File path
loadOptions LoadOptions Load options
settings ComparerSettings Settings for comparison

Remarks

Learn more

See Also


Comparer(Stream)

Initializes new instance of Comparer class with source document stream.

public Comparer(Stream document)
Parameter Type Description
document Stream Source document stream

Remarks

Learn more

See Also


Comparer(Stream, LoadOptions)

Initializes new instance of Comparer with source document stream and LoadOptions.

public Comparer(Stream document, LoadOptions loadOptions)
Parameter Type Description
document Stream Source document stream
loadOptions LoadOptions Load options

Remarks

Learn more

See Also


Comparer(Stream, ComparerSettings)

Initializes new instance of Comparer class with source document stream and ComparerSettings.

public Comparer(Stream document, ComparerSettings settings)
Parameter Type Description
document Stream Source document stream
settings ComparerSettings Settings for comparison

Remarks

Learn more

See Also


Comparer(Stream, LoadOptions, ComparerSettings)

Initializes new instance of Comparer class with document stream, LoadOptions and ComparerSettings.

public Comparer(Stream document, LoadOptions loadOptions, ComparerSettings settings)
Parameter Type Description
document Stream Source document stream
loadOptions LoadOptions Load options
settings ComparerSettings Settings for comparison

Remarks

Learn more

See Also