#include "tensorstore/data_type.h"
friend constexpr bool
tensorstore::DataType::operator==(DataType aDataType b);
friend constexpr bool
tensorstore::DataType::operator!=(DataType aDataType b);
friend constexpr bool
tensorstore::DataType::operator==(DataType r,
                                  
const std::type_infotype);
friend constexpr bool
tensorstore::DataType::operator!=(DataType r,
                                  
const std::type_infotype);
friend constexpr bool
tensorstore::DataType::operator==(const std::type_infotype,
                                  
DataType r);
friend constexpr bool
tensorstore::DataType::operator!=(const std::type_infotype,
                                  
DataType r);

Comparison operators.