Description

Compare given signature to current image signature

Return Type

A Boolean value.  
Value Meaning

BOOL

Returns whether the supplied signature matches the current image signature

Syntax

object.CompareSignature (bstrSignature)

The CompareSignature Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McImage.
bstrSignatureRequired. A String value.

String containing the initial image signature

Remarks

Returns TRUE if the signature provided does not match the current image signature, which is calculated if necessary.