absl::operator==

Compares two UnrecognizedFlag instances for equality.

Synopsis

Declared in <absl/flags/parse.h>

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

Return Value

true if lhs and rhs have the same source and flag name.

Parameters

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