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
Name |
Description |
lhs |
The left‐hand operand. |
rhs |
The right‐hand operand. |
Created with MrDocs