VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.TemplateMatching Namespace / KeyZone Class / CanCompareWith(KeyZone) Method
Syntax Requirements SeeAlso
In This Topic
CanCompareWith(KeyZone) Method (KeyZone)
In This Topic
Determines that this key zone can compare with the specified key zone.
Syntax
'Declaration

Public Overridable Function CanCompareWith( _
ByVal zone
The key zone.
As KeyZone _
) As Boolean
public virtual bool CanCompareWith(
KeyZone zone
)

Parameters

zone
The key zone.

Return Value

True if this key zone can compare with the specified key zone; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also