Visual Basic .NET Language Operators

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Remarks

Operators are used to assign or compare values. They consist of a single symbol or keyword and are usually sandwiched between a left and a right value. For example: right = left.

Operators are intrinsic to the language (such as =), and not functions such as those provided by System.Math.



Got any Visual Basic .NET Language Question?