#include "T.hpp" bool T::operator==(const T& obj) const { return true; } bool T::operator!=(const T& obj) const { return false; }