operator==,!=(std::fisher_f_distribution)

Compares two distribution objects. Two distribution objects are equal when parameter values and internal state is the same.

# Declarations

friend bool operator==( const fisher_f_distribution& lhs,
const fisher_f_distribution& rhs );

(since C++11)

friend bool operator!=( const fisher_f_distribution& lhs,
const fisher_f_distribution& rhs );

(since C++11) (until C++20)

# Parameters

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 3519C++11the form of equality operators were unspecified(could be hidden friends or free function templates)specified to be hidden friends