Hi All,
Can anyone tell me how to achive operator overloading in
VB.NET?
Suppose, I have two classes viz. Class1 and Class2, and have two instances of them say, cl1 and cl2, and I want to do operation like
---------------------
dim a as integer
a = cl1 % cl2
---------------------