[#absl-operator_not_eq-0f6] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Compares two parameter sets for inequality. == Synopsis Declared in `<absl/random/gaussian_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:absl/gaussian_distribution/param_type.adoc[param_type] const& a, xref:absl/gaussian_distribution/param_type.adoc[param_type] const& b); ---- == Return Value `true` if the parameter sets are not 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]#