Luna::Vec4U::operator!=
bool operator!=(const Vec4U &rhs) const
Compares two vectors for non-equality.
Parameters
-
in rhs
The vector to compare with.
Return value
Returns true
if two vectors are not equal. Returns false
otherwise.
bool operator!=(const Vec4U &rhs) const
Compares two vectors for non-equality.
in rhs
The vector to compare with.
Returns true
if two vectors are not equal. Returns false
otherwise.