Click or drag to resize

Utils_FileFilesAreEqual_Hash Method (FileInfo, Stream)

Checks if two files' content are equal.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static bool FilesAreEqual_Hash(
	FileInfo first,
	Stream secondStream
)

Parameters

first
Type: System.IOFileInfo
secondStream
Type: System.IOStream

Return Value

Type: Boolean
See Also