ImagePlane::MatchSizes

ImagePlane::MatchSizes
bool MatchSizes(const ImagePlane& other);
Description

MatchSizes compares the size of the current ImagePlane with another one.

Parameters
Parameters 
Description 
const ImagePlane& other 
An ImagePlane which is compared to the existing one. 
Return Value

Returns true if the sizes are equal otherwise false.