[#absl-operator_not_eq-014] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Compares two parameter sets for inequality. == 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 not 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]#