Method | Description | |
---|---|---|
AreFilesEqual ( Stream s1, Stream s2 ) : bool | ||
AreFilesEqual ( string path1, string path2 ) : bool |
Method | Description | |
---|---|---|
FileAreEqual ( Stream s1, Stream s2, int iterations ) : bool | ||
FilesAreEqual ( |
public static AreFilesEqual ( Stream s1, Stream s2 ) : bool | ||
s1 | Stream | |
s2 | Stream | |
return | bool |
public static AreFilesEqual ( string path1, string path2 ) : bool | ||
path1 | string | |
path2 | string | |
return | bool |