C# Class LazyCopy.Utilities.Extensions.LongPathFileInfoEx

Afficher le fichier Open project: aleksk/LazyCopy

Méthodes publiques

Méthode Description
Match ( this file1, LongPath.LongPathFileInfo file2 ) : bool

Checks whether two files have the same size and timestamps.

Method Details

Match() public static méthode

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.
Résultat bool