[#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. Two `OptionValue_NullOf` objects are equal when their `type` attributes are 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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#