identifiesSameInstance method

bool identifiesSameInstance(
  1. CockpitDaemonDiscovery other
)

Implementation

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