Cor Ligthert [MVP] <(E-Mail Removed)> wrote:
> For your information in VB.Net is a difference between = Nothing and Is
> Nothing.
>
> = Nothing means for a value type empty or default
> Is Nothing means for a reference type no reference.
>
> By instance a string can have both
What makes a string different from other reference types though? That
doesn't make sense to me. Is it just to make it more like VB6?
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too