I have this vector
std::vector vec = {3,4,5,5};
and I want to check for equality between the elements in a vector. In this case 5