[#BloombergLP-bsltf-operator_not] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator! :relfileprefix: ../../ :mrdocs: Return `true` if `value` is `e_ORIGINAL`; otherwise return `false`. == Synopsis Declared in `<bsltf_copymovestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!(xref:BloombergLP/bsltf/CopyMoveState-0e/Enum.adoc[CopyMoveState::Enum] value); ---- == Return Value `true` if `value` is `e_ORIGINAL`, else `false` == Parameters [cols="1,4"] |=== | Name| Description | *value* | enumeration value to test |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#