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