Luna::Float4::operator!=

bool operator!=(const Float4 &v) const

Compares two vectors for non-equality.

Parameters

  • in v

    The vector to compare with.

Return value

Returns true if two vectors are not equal. Returns false otherwise.