[#BloombergLP-bdlat-operator_not_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat.adoc[bdlat]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `FuzzUtilOptions` objects do not have the same value if any of the corresponding values of their `maxArrayLength`, `maxStringLength`, and `printableAsciiCharsOnly` attributes are not the same. == Synopsis Declared in `<bdlat_fuzzutiloptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlat/FuzzUtilOptions.adoc[FuzzUtilOptions] const& lhs, xref:BloombergLP/bdlat/FuzzUtilOptions.adoc[FuzzUtilOptions] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#