inline bool operator ==(const Size<T> & sz) const;
Parameters |
Description |
const Size<T> & sz |
The passed sizes whose components are compared to those of the first size. |
A Boolean value of 1 (true) if the two sizes are equal and 0 (false) if they are not.