Return true if the specified lhs and rhs have the same value, and false otherwise.
Declared in <bdlat_fuzzutiloptions.h>
bool
operator==(
FuzzUtilOptions const& lhs,
FuzzUtilOptions const& rhs);
Two FuzzUtilOptions objects have the same value if all of the corresponding values of their maxArrayLength, maxStringLength, and printableAsciiCharsOnly attributes are the same.
true if both objects have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand FuzzUtilOptions operand |
| rhs | right-hand FuzzUtilOptions operand |