Checks if the assembly checksum and deserialized checksum are the same.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public bool TryVerifyChecksums()
Visual Basic
Public Function TryVerifyChecksums As Boolean
Visual C++
public:
bool TryVerifyChecksums()

Return Value

True if the same, else false.

See Also