Is it possible to do in VB.NET a statement like this C statement?
Code:
if ((x=MyFunction())==0)...