I have a Combobox with different conditions like "=", ">=", "<=" ... and dates.
I would like to use the conditions in strings to compare dates. It's possible to convert the operators in string format to logical operators to compare dates on linq query to ...