C# Class NuGet.FileHelper

Mostra file Open project: xero-github/Nuget

Public Methods

Method Description
AreFilesEqual ( Stream s1, Stream s2 ) : bool
AreFilesEqual ( string path1, string path2 ) : bool

Private Methods

Method Description
FileAreEqual ( Stream s1, Stream s2, int iterations ) : bool
FilesAreEqual ( FileInfo first, FileInfo second ) : bool

Method Details

AreFilesEqual() public static method

public static AreFilesEqual ( Stream s1, Stream s2 ) : bool
s1 Stream
s2 Stream
return bool

AreFilesEqual() public static method

public static AreFilesEqual ( string path1, string path2 ) : bool
path1 string
path2 string
return bool