Compare the hash of given file with the one in the clipboard.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
bool CompareHashClipboard(
	string filePath
)
Visual Basic
Function CompareHashClipboard ( _
	filePath As String _
) As Boolean
Visual C++
bool CompareHashClipboard(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
File to get the hash for

Return Value

True if the hash of file is the same as the one in the clipboard

See Also