Compares two UnrecognizedFlag instances for equality.
Declared in <absl/flags/parse.h>
bool
operator==(
UnrecognizedFlag const& lhs,
UnrecognizedFlag const& rhs);
true if lhs and rhs have the same source and flag name.
| Name | Description |
|---|---|
| lhs | The left-hand operand. |
| rhs | The right-hand operand. |