VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / CompareImageData(VintasoftImage,VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    CompareImageData(VintasoftImage,VintasoftImage) Method (VintasoftImage)
    In This Topic
    Compares image data of two VintasoftImage objects.
    Syntax
    'Declaration
    
    Public Shared Function CompareImageData( _
    ByVal image1
    The first VintasoftImage.
    As VintasoftImage, _
    ByVal image2
    The second VintasoftImage.
    As VintasoftImage _
    ) As Boolean
    public static bool CompareImageData(
    VintasoftImage image1,
    VintasoftImage image2
    )
    public: static bool CompareImageData(
    VintasoftImage* image1,
    VintasoftImage* image2
    )
    public:
    static bool CompareImageData(
    VintasoftImage^ image1,
    VintasoftImage^ image2
    )

    Parameters

    image1
    The first VintasoftImage.
    image2
    The second VintasoftImage.

    Return Value

    True if images data is equal; otherwise, false.
    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