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

Name

Description

lhs

The left‐hand Cord.

rhs

The right‐hand Cord.

Created with MrDocs