Invoke Code - VB.Net / C # - Condition Evaluation

@Anil_G ,

I want to have that evaluated dynamically bro say for example am having a collection of conditions which might change during runtime

Like emailid should be testabc@test.com
UserName should be testuser
Or BillAmount < 33

So i want to pass the conditions directly where variables would be replaced with values they have and evaluation needs to take place

That is why trying to design this way.