protected override bool IsIdentic(BaseActionModel other) { return(other is WaitForRebootActionModel model && Timeout.Equals(model.Timeout)); }
protected override bool IsIdentic(BaseActionModel other) { return(other is RebootActionModel); }
protected override bool IsIdentic(BaseActionModel other) { return(other is BarrierActionModel model && Barrier.IsIdentical(model.Barrier)); }
protected override bool IsIdentic(BaseActionModel other) { return(other is MethodActionModel model && string.Equals(FullName, model.FullName)); }