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: |
| object | An expression evaluating to an object of type McImage. | | bstrSignature | Required. 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.
|