C# Класс LazyCopy.Utilities.Extensions.LongPathFileInfoEx

Показать файл Открыть проект

Открытые методы

Метод Описание
Match ( this file1, LongPath.LongPathFileInfo file2 ) : bool

Checks whether two files have the same size and timestamps.

Описание методов

Match() публичный статический Метод

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.
Результат bool