[#BloombergLP-bdlb-operator_not_eq-00f8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `rhs` is not null, and `false` otherwise. == Synopsis Declared in `<bdlb_nullableallocatedvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator!=( xref:bsl/nullopt_t.adoc[bsl::nullopt_t] const& nullopt, xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue<TYPE>] const& rhs) noexcept; ---- == Return Value `true` if `rhs` is not null, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *nullopt* | disengaged‐optional tag; value is unused | *rhs* | nullable value to test |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#