[#BloombergLP-bslstl-Variant_NotEqualVisitor-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_NotEqualVisitor.adoc[Variant_NotEqualVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Compare the visited alternative with the specified `value`. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< size_t t_INDEX, class t_TYPE> bool operator()( bsl::in_place_index_t<t_INDEX> indexTag, t_TYPE const& value) const; ---- == Return Value `true` if the alternatives compare unequal == Parameters [cols="1,4"] |=== | Name| Description | *indexTag* | tag encoding the index of the alternative being visited | *value* | right‐hand side alternative value to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#