private bool Equals(HWComplete other) { return(HomeworkId == other.HomeworkId && StudentId == other.StudentId && Status == other.Status && ApproveDate == other.ApproveDate && Score == other.Score && CreatedOn == other.CreatedOn); }