[#bsl-operator_not_eq-095] = xref:bsl.adoc[bsl]::operator!= :relfileprefix: ../ :mrdocs: Return whether two hashtable iterators differ. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class _Val, class _Key, class _HF, class _ExK, class _EqK, class _All> bool operator!=( xref:bsl/_Hashtable_iterator.adoc[_Hashtable_iterator<_Val, _Key, _HF, _ExK, _EqK, _All>] const& __x, xref:bsl/_Hashtable_iterator.adoc[_Hashtable_iterator<_Val, _Key, _HF, _ExK, _EqK, _All>] const& __y); ---- == Description Return `true` if the specified iterators refer to different nodes. == Return Value `true` if the iterators refer to different nodes == Parameters [cols="1,4"] |=== | Name| Description | *__x* | left‐hand iterator | *__y* | right‐hand iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#