[#mrdocs-operator_eq-03] = xref:mrdocs.adoc[mrdocs]::operator== :relfileprefix: ../ :mrdocs: Equality operator == Synopsis Declared in `<mrdocs/Support/Expected.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==( xref:mrdocs/Expected-0a.adoc[Expected] const& x, U const& v) noexcept(noexcept(bool(*x == v))); ---- == Return Value `true` if the objects are equal, `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *x* | The left operand | *v* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#