'Declaration Public Shared Function CompareImageData( _
ByVal image1Первый VintasoftImage.As VintasoftImage, _
ByVal image2Второй 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
- Первый VintasoftImage.
- image2
- Второй VintasoftImage.
Return Value
True, если данные изображений равны; в противном случае - false.