Exemplo n.º 1
0
 public bool Equals(Telefono other) => Persona1.Equals(other.Persona1) &&
 Telefono1.Equals(other.Telefono1);
Exemplo n.º 2
0
 public bool Equals(Alumno other) => Persona1.Equals(other.Persona1) &&
 NumExpediente.Equals(other.NumExpediente);