IMcImageCompareSignature Method
|
|
Compare given signature to current image signature
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxFunction CompareSignature (
bstrSignature As String
) As Boolean
Parameters
- bstrSignature
- Type: SystemString
String containing the initial image signature
Return Value
Type:
BooleanBOOL : Returns whether the supplied signature matches the current image signature
RemarksReturns TRUE if the signature provided does not match the current image signature,
which is calculated if necessary.
See Also