[#prevector-01-operator_eq] = xref:prevector-01.adoc[prevector<36, unsigned char>]::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<36, unsigned char>] 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]#