[#absl-operator_eq-0e4] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Compares two `UnrecognizedFlag` instances for equality. == Synopsis Declared in `<absl/flags/parse.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:absl/UnrecognizedFlag.adoc[UnrecognizedFlag] const& lhs, xref:absl/UnrecognizedFlag.adoc[UnrecognizedFlag] const& rhs); ---- == Return Value `true` if `lhs` and `rhs` have the same source and flag name. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand operand. | *rhs* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#