[#BloombergLP-bsltf-operator_eq-0af1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator== :relfileprefix: ../../ :mrdocs: Same as the preceding overload with operand order reversed. == Synopsis Declared in `<bsltf_copymovestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( int a, xref:BloombergLP/bsltf/CopyMoveState-0e/Enum.adoc[CopyMoveState::Enum] b); ---- == Return Value `true` if `a` and `b` compare equal, else `false` == Parameters [cols="1,4"] |=== | Name| Description | *a* | left‐hand operand | *b* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#