示例#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);