[#BloombergLP-bslalg-operator_not_eq-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<bslalg_hashtableanchor.h>` Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `bslalg::HashTableAnchor` objects do not have the same value if any of the corresponding values of their `bucketArrayAddress`, `bucketArraySize`, or `listRootAddress` attributes are not the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bslalg/operator_not_eq-07.adoc[operator!=]( xref:BloombergLP/bslalg/HashTableAnchor.adoc[HashTableAnchor] const& lhs, xref:BloombergLP/bslalg/HashTableAnchor.adoc[HashTableAnchor] const& rhs); ---- [.small]#xref:BloombergLP/bslalg/operator_not_eq-07.adoc[_» more..._]# Return `true` if the specified hash table buckets `lhs` and `rhs` are not equivalent and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bslalg/operator_not_eq-0a.adoc[operator!=]( xref:BloombergLP/bslalg/HashTableBucket.adoc[HashTableBucket] const& lhs, xref:BloombergLP/bslalg/HashTableBucket.adoc[HashTableBucket] const& rhs); ---- [.small]#xref:BloombergLP/bslalg/operator_not_eq-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#