| 130 | bool TraitsData::operator==(const TraitsData& other) const { return *impl_ == *other.impl_; } |
| 131 | |
| 132 | bool TraitsData::operator!=(const TraitsData& other) const { return !(*this == other); } |
| 133 | } // namespace trait |
| 134 | } // namespace OPENASSETIO_CORE_ABI_VERSION |
| 135 | } // namespace openassetio |
nothing calls this directly
no outgoing calls
no test coverage detected