VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / ComparerResult<TValue> Class / ComparerResult Constructors / ComparerResult<TValue> Constructor(IProcessingCommandInfo,Object,Boolean,TValue,ComparisonOperator,TValue)
Syntax Requirements SeeAlso
In This Topic
ComparerResult<TValue> Constructor(IProcessingCommandInfo,Object,Boolean,TValue,ComparisonOperator,TValue)
In This Topic
Initializes a new instance of the ComparerResult<TValue> class.
Syntax
'Declaration

Public Function New( _
ByVal analyzer
The analyzer.
As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal target
The target.
As System.Object, _
ByVal value
The logical value.
As Boolean, _
ByVal leftArgumentValue
The left argument value.
As TValue, _
ByVal comparisonOperator
The comparison operator.
As ComparisonOperator, _
ByVal rightArgumentValue
The right argument value.
As TValue _
)

Parameters

analyzer
The analyzer.
target
The target.
value
The logical value.
leftArgumentValue
The left argument value.
comparisonOperator
The comparison operator.
rightArgumentValue
The right argument value.
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