absl::Cord::CharIterator::operator==

Compares two iterators for equality.

Synopsis

Declared in <absl/strings/cord.h>

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

Return Value

true if both iterators are equal.

Parameters

NameDescription
otherThe iterator to compare against.