C# Class NuGet.FileHelper

Afficher le fichier Open project: xero-github/Nuget

Méthodes publiques

Méthode Description
AreFilesEqual ( Stream s1, Stream s2 ) : bool
AreFilesEqual ( string path1, string path2 ) : bool

Private Methods

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

Method Details

AreFilesEqual() public static méthode

public static AreFilesEqual ( Stream s1, Stream s2 ) : bool
s1 Stream
s2 Stream
Résultat bool

AreFilesEqual() public static méthode

public static AreFilesEqual ( string path1, string path2 ) : bool
path1 string
path2 string
Résultat bool