[#BloombergLP-bsltf-operator_not_eq-02d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator!= :relfileprefix: ../../ :mrdocs: Return whether the two objects do not have the same value. == Synopsis Declared in `<bsltf_moveonlyalloctesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bsltf/MoveOnlyAllocTestType.adoc[MoveOnlyAllocTestType] const& lhs, xref:BloombergLP/bsltf/MoveOnlyAllocTestType.adoc[MoveOnlyAllocTestType] const& rhs); ---- == Description Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `MoveOnlyAllocTestType` objects do not have the same value if their `data` attributes are not the same. == Return Value `true` if `lhs` and `rhs` differ, else `false` == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand side object | *rhs* | right‐hand side object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#