operator==
Determines if lhs and rhs are equal
|
(1) |
-
Determines if lhs and rhs are equal
Parameters:-
const image<kDimensions, AllocatorT> &
lhs
: Left-hand-side object in comparison -
const image<kDimensions, AllocatorT> &
rhs
: Right-hand-side object in comparison
-