| equality (1) | template <class IntType> bool operator== ( const geometric_distribution<IntType>& lhs, const geometric_distribution<IntType>& rhs );  | 
|---|---|
| inequality (2) | template <class IntType> bool operator!= ( const geometric_distribution<IntType>& lhs, const geometric_distribution<IntType>& rhs );  |