Convert.ToString(icdoCalcWiz.ihstOldValues[enmCalcWiz.position_value.ToString()])!=icdoCalcWiz.position_value
Here LHS the value will come as ""(Empty)
But in RHS the value will be NULL
I have to satisfy the condition like if Empty or Null both are equal
But as per above condition both are not: