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