|
-
July 14th, 2005, 08:58 AM
#1
OOP in VB .NET
.... I just found out you can't overload Operators in VB .NET.. Now I wish I would have gone C# instead...
Stuck doing a stupid Compare function instead of a nice clean
a = b
bah...
and I can't do
a = b = c
a.compare(b).Compare(c) won't work.. cause Compare doesn't return a reference to a like a clean operator would do.
Nicolas Bohemier
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|