Returns whether this container holds the same elements as other.
Declared in <prevector.h>
constexpr
bool
operator==(prevector<36, unsigned char> const& other) const;
true if both containers hold the same elements in the same order.
| Name | Description |
|---|---|
| other | The container to compare against. |