C# Class LazyCopy.Utilities.Extensions.LongPathFileInfoEx

Datei anzeigen Open project: aleksk/LazyCopy

Public Methods

Method Description
Match ( this file1, LongPath.LongPathFileInfo file2 ) : bool

Checks whether two files have the same size and timestamps.

Method Details

Match() public static method

Checks whether two files have the same size and timestamps.
or is . file does not exist.
public static Match ( this file1, LongPath.LongPathFileInfo file2 ) : bool
file1 this First file info.
file2 LongPath.LongPathFileInfo Second file info.
return bool