public override int GetHashCode() => StreetAddress.GetHashCode() ^ Cep.GetHashCode() ^ City.GetHashCode() ^ UF.GetHashCode();