www.un.org/Depts/DGACM/index_spanish.htm 我的形势如下: A <---------->string B
www.un.org/Depts/DGACM/index_spanish.htm 我将A与B相比较,条件如下:
1- if number shown in read is different in both side but the rest is the same it means A = B.
2- 在一些情况中,如A一侧的头一个地区,在红色数字显示后,没有白色空间,而在b边,红外和X之后有白色空间。
3- 也不同案件,如第3类
www.un.org/Depts/DGACM/index_spanish.htm 现在,如何最好地比较这两个方面?
private static void controlSimilarity(String memo,String ck,String bc,String id,String product) {
if(!id.equals(product)){
listIdentifier.add(new MmoCnBcIdProduct(memo,ck,bc,id,product));
}