The IsTrue Operator

time to read 1 min | 58 words

Apparently VB.Net has an IsTrue and IsFalse operators. I found it in the Daily WTF and on first glance, it is truly a WTF.

On second glance, it’s a real nice way to handle rules, validation, etc.

Any idea if it is possible to use this in C#?