[#prevector-0c-operator_eq] = xref:prevector-0c.adoc[prevector]::operator== :relfileprefix: ../ :mrdocs: Returns whether this container holds the same elements as `other`. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==(xref:prevector-0c.adoc[prevector] const& other) const; ---- == Return Value `true` if both containers hold the same elements in the same order. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The container to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#