[#script_verify_flags-operator_eq] = xref:script_verify_flags.adoc[script_verify_flags]::operator== :relfileprefix: ../ :mrdocs: Test two flag sets for equality. == Synopsis Declared in `<script/verify_flags.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==(xref:script_verify_flags.adoc[script_verify_flags] other) const; ---- == Return Value true if both sets hold the same bits. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The flag set to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#