Returns whether two fixed arrays are not elementwise equal.
Declared in <absl/container/fixed_array.h>
bool
operator!=(
FixedArray const& lhs,
FixedArray const& rhs);
true if the arrays differ in size or elements.
| Name | Description |
|---|---|
| lhs | The left-hand fixed array. |
| rhs | The right-hand fixed array. |