[#absl-operator_eq-0c2] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Returns whether two fixed arrays are elementwise equal. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:absl/FixedArray.adoc[FixedArray] const& lhs, xref:absl/FixedArray.adoc[FixedArray] const& rhs); ---- == Return Value `true` if the arrays have equal size and equal elements. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand fixed array. | *rhs* | The right‐hand fixed array. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#