VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ImageComparisonCommand Class / CompareOperator Property
Syntax Requirements SeeAlso
In This Topic
    CompareOperator Property (ImageComparisonCommand)
    In This Topic
    Gets or sets the image compare operator.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Difference)>
    <DescriptionAttribute("The image compare operator.")>
    Public Property CompareOperator As ImageCompareOperator
    
    
    [DefaultValue(Difference)]
    [Description("The image compare operator.")]
    public ImageCompareOperator CompareOperator { get; set; }
    
    
    [DefaultValue(Difference)]
    [Description("The image compare operator.")]
    public: __property ImageCompareOperator get_CompareOperator();
    public: __property void set_CompareOperator(
    ImageCompareOperator value
    );
    [DefaultValue(Difference)]
    [Description("The image compare operator.")]
    public:
    property ImageCompareOperator CompareOperator { ImageCompareOperator get(); void set(ImageCompareOperator value); }
    Requirements

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

    See Also