\brief Check two statistics for equality
| 167 | |
| 168 | /// \brief Check two statistics for equality |
| 169 | bool operator==(const ArrayStatistics& other) const { return Equals(other); } |
| 170 | |
| 171 | /// \brief Check two statistics for not equality |
| 172 | bool operator!=(const ArrayStatistics& other) const { return !Equals(other); } |