.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _itertools__transform_iter__operator==: itertools::transform_iter::operator== ===================================== *#include * **Synopsis** .. rst-class:: cppsynopsis 1. | bool :red:`operator==` (transform_iter const & :param:`other`) const 2. | :green:`template` | bool :red:`operator==` (:ref:`sentinel_t\ ` const & :param:`s`) const Documentation Template parameters ^^^^^^^^^^^^^^^^^^^ * :param:`SentinelIter` Iterator type of the sentinel. Parameters ^^^^^^^^^^ * :param:`other` itertools::transform_iter to compare with. * :param:`s` itertools::sentinel_t to compare with. Returns ^^^^^^^ True, if the original iterator is equal to the iterator stored in the sentinel.