identifiesSameInstance method
Implementation
bool identifiesSameInstance(CockpitDaemonDiscovery other) =>
processId == other.processId &&
processStartIdentity == other.processStartIdentity &&
instanceId == other.instanceId;
bool identifiesSameInstance(CockpitDaemonDiscovery other) =>
processId == other.processId &&
processStartIdentity == other.processStartIdentity &&
instanceId == other.instanceId;