Equality operator Synopsis Declared in <beman/transform_view/transform_view.hpp> constexpr bool operator==( iterator const& x, iterator const& y) requires std::equality_comparable<std::ranges::iterator_t<Base> >; Return Value true if the objects are equal, false otherwise Parameters Name Description x The left operand y The right operand