VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / ComparerResult<TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
ComparerResult<TValue> Class
In This Topic
Stores the results of analyzer results comparison.
Object Model
AnalyzerResult<TValue> AnalyzerResult<TValue> IProcessingCommandInfo ComparerResult<TValue>
Syntax
'Declaration

Public Class ComparerResult(Of TValue
The type of the compare value.
) Inherits CompoundAnalyzerResult(Of TValue)
public class ComparerResult<TValue> : CompoundAnalyzerResult<TValue>

Type Parameters

TValue
The type of the compare value.
Inheritance Hierarchy
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