Exemple #1
0
 public bool Equals(LectiveSemester other)
 {
     return(Equals(other.Semester, Semester) && other.LectiveYear.Equals(LectiveYear));
 }
 public bool Equals(LectiveSemester other)
 {
     return Equals(other.Semester, Semester) && other.LectiveYear.Equals(LectiveYear);
 }