G
Guest
If Not st1.Equals("something") then
Do Something Else
End If
if str1 != "something" Then ...
I realize that != is C# stuff and/or can be also be used in Tsql, but is
there any implementation of bang ! in VB.Net? Just checking. Any samples
appreciated.
Thanks,
Rich
Do Something Else
End If
if str1 != "something" Then ...
I realize that != is C# stuff and/or can be also be used in Tsql, but is
there any implementation of bang ! in VB.Net? Just checking. Any samples
appreciated.
Thanks,
Rich