'Declaration Public Shared Function CompareImageData( _
ByVal image1The first VintasoftImage.As VintasoftImage, _
ByVal image2The 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.