Inequality operator.
bool operator!=( const row& lhs, const row& rhs);
No-throw guarantee.
Linear in lhs.size() and rhs.size().
lhs.size()
rhs.size()