public override int GetHashCode() { int hashCode = 432854802; if (LocationIds != null) { hashCode += LocationIds.GetHashCode(); } if (EmployeeIds != null) { hashCode += EmployeeIds.GetHashCode(); } if (Status != null) { hashCode += Status.GetHashCode(); } if (Start != null) { hashCode += Start.GetHashCode(); } if (End != null) { hashCode += End.GetHashCode(); } if (Workday != null) { hashCode += Workday.GetHashCode(); } if (TeamMemberIds != null) { hashCode += TeamMemberIds.GetHashCode(); } return(hashCode); }