[#BloombergLP-balcl-operator_eq-0b1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the `type` of the specified `lhs` and `rhs` are equal, and return `false` if they are not equal. == Synopsis Declared in `<balcl_optionvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/balcl/OptionValue_NullOf.adoc[OptionValue_NullOf] const& lhs, xref:BloombergLP/balcl/OptionValue_NullOf.adoc[OptionValue_NullOf] const& rhs); ---- == Description Two `OptionValue_NullOf` objects are equal when their `type` attributes are equal. == Return Value `true` if `lhs` and `rhs` have the same `type`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#