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