Click or drag to resize

Compare Constructor

IT Hit User File System
Initializes a new instance of the Compare class.

Namespace:  ITHit.FileSystem.Windows.WinUI.Dialogs
Assembly:  ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntax
public Compare(
	string filePath,
	EngineWindows engine,
	Dictionary<string, string> compareSettings,
	string productName
)

Parameters

filePath
Type: SystemString
File path to compare.
engine
Type: ITHit.FileSystem.WindowsEngineWindows
Engine instance.
compareSettings
Type: System.Collections.GenericDictionaryString, String
Settings disctionary.
productName
Type: SystemString
Product name (to show in title).
See Also