.... 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.