absl::operator!=

Compares two Cords for inequality.

Synopsis

Declared in <absl/strings/cord.h>

bool
operator!=(
    Cord const& x,
    Cord const& y);

Return Value

true if the Cords differ.

Parameters

NameDescription
xThe left-hand Cord.
yThe right-hand Cord.