VOperator overloading/creation?

S

Sam Marrocco

Operator overloading seems very useful, as it's described for VB.NET 2005.
Is it also possible to *create* new operators (as opposed to overloading
existing operators)?
For example, if I wanted to create a new operator called "Times" that
did the same thing as the "*" operator to allow statements like:

a=b Times c

Could it be done?
 
H

Herfried K. Wagner [MVP]

Sam Marrocco said:
Operator overloading seems very useful, as it's described for VB.NET 2005.
Is it also possible to *create* new operators (as opposed to overloading
existing operators)?

No.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top