예제 #1
0
 public bool Equals(Asignatura other) => Cod.Equals(other.Cod);
예제 #2
0
파일: Curso.cs 프로젝트: wkrea/tfcgs-dam
 public bool Equals(Curso other) => Cod.Equals(other.Cod);
예제 #3
0
 public bool Equals(Departamento other) => Cod.Equals(other.Cod);