[#BloombergLP-bdlat-operator_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat.adoc[bdlat]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` have the same value, and `false` otherwise. == 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); ---- == Description Two `FuzzUtilOptions` objects have the same value if all of the corresponding values of their `maxArrayLength`, `maxStringLength`, and `printableAsciiCharsOnly` attributes are the same. == Return Value `true` if both objects have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand `FuzzUtilOptions` operand | *rhs* | right‐hand `FuzzUtilOptions` operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#