[#BloombergLP-bsltf-operator_not_eq-0f0] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator!= :relfileprefix: ../../ :mrdocs: Return `false`; the copy/move state is _not_ a salient attribute, so all `CopyMoveTracker` objects compare equal. Note that this operator is called implicitly if a client class defines a defaulted comparison operator (C++20), but will not be selected by overload resolution for a derived class having no comparison operator. == Synopsis Declared in `<bsltf_copymovetracker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator!=( xref:BloombergLP/bsltf/CopyMoveTracker.adoc[CopyMoveTracker] const&, OTHER const&) requires bsl::is_same<CopyMoveTracker, OTHER>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#