[#absl-operator_not_eq-0ca] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Returns whether two fixed arrays are not 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 differ in size or 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]#