[#absl-operator_eq-030] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Compares two parameter sets for equality. == Synopsis Declared in `<absl/random/exponential_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:absl/exponential_distribution/param_type.adoc[param_type] const& a, xref:absl/exponential_distribution/param_type.adoc[param_type] const& b); ---- == Return Value `true` if the parameter sets are equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first parameter set to compare. | *b* | The second parameter set to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#