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