Viktor Bergman
2 posts.
- Overloading operators in VB.NetFirstly I must note that this could mess things up pretty bad in your code so keep that in mind before getting all to excited. I am talking about custom operators for classes and structures, that i…
- The ‘=’ operator vs. Equals() in VB.NetAs I was reading yet another chapter in Code Complete Second Edition by Steve McConnell I started to think about the VB operator '=' versus the C equivalent '=='. Even though im a big VB fan I must…
