Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     return(Id.GetHashCode() & EstaEliminado.GetHashCode() & Sucursal.GetHashCode() & RazonSocial.GetHashCode() & NombreFantasia.GetHashCode() & Cuit.GetHashCode() & Path.GetHashCode());
 }
 public override int GetHashCode()
 {
     return(Id.GetHashCode() & RazonSocial.GetHashCode() & Telefono.GetHashCode() & Email.GetHashCode() & Contacto.GetHashCode() & NombreFantasia.GetHashCode() & EstaEliminado.GetHashCode());
 }
 public override int GetHashCode()
 {
     return(Id.GetHashCode() & CondicionIvaId.GetHashCode() & EstaEliminado.GetHashCode() & RazonSocial.GetHashCode() & NombreFantasia.GetHashCode() & Cuit.GetHashCode() & Telefono.GetHashCode() & Mail.GetHashCode() & Path.GetHashCode());
 }