Compares two parameter sets for equality.
Declared in <absl/random/exponential_distribution.h>
bool
operator==(
param_type const& a,
param_type const& b);
true if the parameter sets are equal.
| Name | Description |
|---|---|
| a | The first parameter set to compare. |
| b | The second parameter set to compare. |