[#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 whether two `HashTableAnchor` objects do not have the same value. [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..._]# == Return Value * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if the buckets are not equivalent, 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]#