codecutout/StringToExpression

Take a look at https://gist.github.com/codecutout/ca2b019087f81e3e59ddf998ba095a99

Opened this issue · 0 comments

          Take a look at https://gist.github.com/codecutout/ca2b019087f81e3e59ddf998ba095a99

You can override the eq expression. In the above link ive overwritten it so that if the left or right operands in the equals are strings it will build the expression to call the string.Equals(left,right,StringComparison.OrginalIgnoreCase) which should handle your ignore case requirement.

Originally posted by @alex-davies in #1 (comment)

It's very kind of you make it visible on github.com instead of 404. Grace Thanks ;-)