bool MatchSizes(const ImagePlane& other);
MatchSizes compares the size of the current ImagePlane with another one.
Parameters |
Description |
const ImagePlane& other |
An ImagePlane which is compared to the existing one. |
Returns true if the sizes are equal otherwise false.