public bool Equals(RunningDcpInfo other) { return(Guid == other.Guid); }
public bool Equals(RunningDcpInfo other) { return Guid == other.Guid; }