Returns whether two fixed arrays are elementwise equal.
Synopsis
Declared in <absl/container/fixed_array.h>
bool
operator==(
FixedArray const& lhs,
FixedArray const& rhs);
Return Value
true if the arrays have equal size and equal elements.
Parameters
Name |
Description |
lhs |
The left‐hand fixed array. |
rhs |
The right‐hand fixed array. |
Created with MrDocs