Ejemplo n.º 1
0
 public bool EqualsInnAndKpp(ParsedOrganizationId that)
 {
     return inn == that.inn && kpp == that.kpp;
 }
Ejemplo n.º 2
0
 public bool EqualsExactly(ParsedOrganizationId that)
 {
     return organizationId == that.organizationId;
 }