[#BloombergLP-bslalg-operator_not_eq-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified hash table buckets `lhs` and `rhs` are not equivalent and `false` otherwise. == Synopsis Declared in `<bslalg_hashtablebucket.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bslalg/HashTableBucket.adoc[HashTableBucket] const& lhs, xref:BloombergLP/bslalg/HashTableBucket.adoc[HashTableBucket] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#