public virtual bool Compare(WorkingTimePlanning entity) { return((EmployeeID == entity.EmployeeID) && (Date == entity.Date) && (Begin == entity.Begin) && (End == entity.End) && (Time == entity.Time)); }
public virtual bool Compare(WorkingTimePlanning entity) { return (EmployeeID == entity.EmployeeID) && (Date == entity.Date) && (Begin == entity.Begin) && (End == entity.End) && (Time == entity.Time); }