Ejemplo n.º 1
0
 public override bool Equals(object obj)
 {
     return(AtendimentoID.Equals((obj as Atendimento).AtendimentoID));
 }