this retruns false as ProductID: 359 from compare has a space on end. So is not equal:
harmonized it e.g. by:
out_fileID.Trim().Equals("ProductID: 359 ".Trim())
take care about copy paste issues which changes " to “
this retruns false as ProductID: 359 from compare has a space on end. So is not equal:
harmonized it e.g. by:
out_fileID.Trim().Equals("ProductID: 359 ".Trim())
take care about copy paste issues which changes " to “