Some of the same keywords have deceptively similar, but different, meanings
between VB and C#:
VB’s global GetType method is equivalent to C#’s typeof operator,
VB’s TypeOf–Is operator is equivalent to C#’s “is” operator,
and of course, "Is" in VB is "==" in C#...
David Anton
www.tangiblesoftwaresolutions.com
Home of the Instant C# VB.NET to C# converter and the Instant VB C# to
VB.NET converter
"Michael C#" wrote:
[color=blue]
> What's the VB equivalent of the C# typeof() operator (it doesn't appear to
> be the VB "TypeOf" operator). Thanks.
>
>
>[/color]