ImageData::==

ImageData::==
bool operator ==(const ImageData& other) const;
Description

== operator ensures that all aspects of the two images match up, including layout.

Parameters
Parameters 
Description 
const ImageData& other 
A reference to an image that will be compared with this image. 
Return Value

A Boolean value of 1 if two images are identical, otherwise 0.