Luna::Vec3U::operator!=

bool operator!=(const Vec3U &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.