absl::operator==

Compares two Cords for equality.

Synopsis

Declared in <absl/strings/cord.h>

bool
operator==(
    Cord const& lhs,
    Cord const& rhs);

Return Value

true if the Cords hold equal contents.

Parameters

NameDescription
lhsThe left-hand Cord.
rhsThe right-hand Cord.