> Or more "logically" (does the same thing really):
>
> string1 > string2
> or
> string1 < string2
I had a compile error when I tried to use operator?
* mdb <m_b_r_a_y@c_t_i_u_s_a__d0t__com> scripsit:
> Or more "logically" (does the same thing really):
>
> string1 > string2
> or
> string1 < string2
VB.NET doesn't support operator overloading, thus this code doesn't
work.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
mdb - 13 Sep 2004 21:56 GMT
hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP]) wrote in news:#
1pFjDcmEHA.536@TK2MSFTNGP11.phx.gbl:
> VB.NET doesn't support operator overloading, thus this code doesn't
> work.
Hrmph. <disparaging comments withheld.>
Anyway, the guy said he was using C#. Even so I feel like a moron since
that isn't default in C# either. I must have reverted to an infantile
stage of my life when < and > would compare strings like you would think.
-mdb