MCPcopy Create free account
hub / github.com/MITK/MITK / operator ==

Method operator ==

Modules/CppMicroServices/src/usModuleResource.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool ModuleResource::operator ==(const ModuleResource& resource) const
145{
146 return d->resourceContainer == resource.d->resourceContainer &&
147 this->GetResourcePath() == resource.GetResourcePath();
148}
149
150bool ModuleResource::operator !=(const ModuleResource &resource) const
151{

Callers

nothing calls this directly

Calls 1

GetResourcePathMethod · 0.95

Tested by

no test coverage detected