| 1747 | return m_Content != rhs.m_Content; |
| 1748 | } |
| 1749 | bool IGFD::FileType::operator<(const FileType& rhs) const { |
| 1750 | return m_Content < rhs.m_Content; |
| 1751 | } |
| 1752 | bool IGFD::FileType::operator>(const FileType& rhs) const { |
| 1753 | return m_Content > rhs.m_Content; |
| 1754 | } |
nothing calls this directly
no outgoing calls
no test coverage detected