R
Rich P
VB.net:
If this Or that Then...
C#
if (this || that){...}
VB.net If this OrElse that Then
C#
if (this .....?
I believe in VB.Net OrElse wont evaluate the next expression unless the
first expression is completely false where with OR both expressions get
evaluated - I think - I never get this part straight. Does C# have an
equivalent to OrElse? Or is it just a straight forward || for
everything that is Or/OrElse related?
Rich
If this Or that Then...
C#
if (this || that){...}
VB.net If this OrElse that Then
C#
if (this .....?
I believe in VB.Net OrElse wont evaluate the next expression unless the
first expression is completely false where with OR both expressions get
evaluated - I think - I never get this part straight. Does C# have an
equivalent to OrElse? Or is it just a straight forward || for
everything that is Or/OrElse related?
Rich