Click or drag to resize

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
Syntax
VB
Function CompareSignature ( 
	bstrSignature As String
) As Boolean

Parameters

bstrSignature
Type: SystemString
String containing the initial image signature

Return Value

Type: Boolean
BOOL : Returns whether the supplied signature matches the current image signature
Remarks
Returns TRUE if the signature provided does not match the current image signature, which is calculated if necessary.
See Also