[#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); ---- == Return Value `true` if the buckets are not equivalent, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side bucket to compare | *rhs* | right‐hand‐side bucket to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#