Compares two iterators for equality.

Synopsis

Declared in <absl/strings/cord.h>

bool
operator==(ChunkIterator const& other) const;

Return Value

true if both iterators are equal.

Parameters

Name

Description

other

The iterator to compare against.

Created with MrDocs