| title | Operators Summary (Visual Basic) | |||
|---|---|---|---|---|
| ms.date | 07/20/2015 | |||
| ms.prod | .net | |||
| ms.suite | ||||
| ms.technology |
|
|||
| ms.topic | article | |||
| helpviewer_keywords |
|
|||
| ms.assetid | cb44c210-686f-4417-a13f-51c0d60161f8 | |||
| caps.latest.revision | 13 | |||
| author | dotnet-bot | |||
| ms.author | dotnetcontent |
Visual Basic language keywords and run-time library members are organized by purpose and use.
| Action | Language element |
|---|---|
| Arithmetic | ^, –, *, /, \, Mod, +, = |
| Assignment | =, ^=, *=, /=, \=, +=, -=, &= |
| Comparison | =, <>, <, >, <=, >=, Like, Is |
| Concatenation | &, + |
| Logical/bitwise operations | Not, And, Or, Xor, AndAlso, OrElse |
| Miscellaneous operations | AddressOf, Await, GetType |