[#BloombergLP-bslalg-operator_not_eq-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::operator!= :relfileprefix: ../../ :mrdocs: Return whether two `HashTableAnchor` objects do not have the same value. == Synopsis Declared in `<bslalg_hashtableanchor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bslalg/HashTableAnchor.adoc[HashTableAnchor] const& lhs, xref:BloombergLP/bslalg/HashTableAnchor.adoc[HashTableAnchor] const& rhs); ---- == Description 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. == Return Value `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#