SSIS variables - strOne = YES, strTwo = YES. I want to compare strings using ssis expression language (ie inside a variable's expression box, constraint of task flow arrow etc).
Will @strOne == @strTwo be true ? I hope its not like programming languages where you need to do @strOne.Equals(@strTwo) instead of ==. Also is @strOne == "YES" true ?