Returns whether two iterators refer to the same element.

Synopsis

Declared in <prevector.h>

bool
operator==(const_iterator x) const;

Return Value

true if both iterators refer to the same element.

Parameters

Name

Description

x

The iterator to compare against.

Created with MrDocs