Click or drag to resize

UtilitiesTryCompare Method

IT Hit User File System
Tries to compare two files.

Namespace:  ITHit.FileSystem.Windows.AppHelper
Assembly:  ITHit.FileSystem.Windows.AppHelper (in ITHit.FileSystem.Windows.AppHelper.dll) Version: 8.1.26791.0-Beta2
Syntax
public static bool TryCompare(
	string path1,
	string path2
)

Parameters

path1
Type: SystemString
Path to the first file.
path2
Type: SystemString
Path to the second file.

Return Value

Type: Boolean
True if the operation is succesefull. False - otherwise.
See Also