C# 클래스 NuGet.FileHelper

파일 보기 프로젝트 열기: xero-github/Nuget

공개 메소드들

메소드 설명
AreFilesEqual ( Stream s1, Stream s2 ) : bool
AreFilesEqual ( string path1, string path2 ) : bool

비공개 메소드들

메소드 설명
FileAreEqual ( Stream s1, Stream s2, int iterations ) : bool
FilesAreEqual ( FileInfo first, FileInfo second ) : bool

메소드 상세

AreFilesEqual() 공개 정적인 메소드

public static AreFilesEqual ( Stream s1, Stream s2 ) : bool
s1 Stream
s2 Stream
리턴 bool

AreFilesEqual() 공개 정적인 메소드

public static AreFilesEqual ( string path1, string path2 ) : bool
path1 string
path2 string
리턴 bool