C# 클래스 LazyCopy.Utilities.Extensions.LongPathFileInfoEx

파일 보기 프로젝트 열기: aleksk/LazyCopy

공개 메소드들

메소드 설명
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