예제 #1
0
 public bool Equals(Telefono other) => Persona1.Equals(other.Persona1) &&
 Telefono1.Equals(other.Telefono1);
예제 #2
0
파일: Alumno.cs 프로젝트: wkrea/tfcgs-dam
 public bool Equals(Alumno other) => Persona1.Equals(other.Persona1) &&
 NumExpediente.Equals(other.NumExpediente);