MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / operator!=

Method operator!=

src/openassetio-core/src/trait/TraitsData.cpp:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130bool TraitsData::operator==(const TraitsData& other) const { return *impl_ == *other.impl_; }
131
132bool TraitsData::operator!=(const TraitsData& other) const { return !(*this == other); }
133} // namespace trait
134} // namespace OPENASSETIO_CORE_ABI_VERSION
135} // namespace openassetio

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected