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.4.27341.0
Syntax public static bool TryCompare(
string path1,
string path2
)
Public Shared Function TryCompare (
path1 As String,
path2 As String
) As Boolean
public:
static bool TryCompare(
String^ path1,
String^ path2
)
static member TryCompare :
path1 : string *
path2 : string -> bool
Parameters
- path1
- Type: SystemString
Path to the first file. - path2
- Type: SystemString
Path to the second file.
Return Value
Type:
BooleanTrue if the operation is succesefull. False - otherwise.
See Also