[#absl-operator_not_eq-07a] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Compares two const spans for inequality. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:absl/AnySpan.adoc[AnySpan<T const>] a, xref:absl/AnySpan.adoc[AnySpan<T const>] b); ---- == Return Value `true` if the spans differ. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left operand. | *b* | The right operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#