Hello I have a Expression.GreaterThanOrEqual(left, right), so I want to evaluate string or domain types with data like :
002-1400
so when I use GreaterThanOrEqual operator “>=”, I will be able to say 002-1400 "is greater or equal than" 002-1400, 002-1399, 002-1398 ... So I can play with some grid rows for compare via input parameters.
Hopes be understandable,
Thanks,
You cannot define operators on the String class. You can however create your own type and define equality relationships in any way you chose.