Operators are symbols that are used to perform operations on data. The range of different operations you can perform can usually be placed in these four categories:
- Arithmetic operators
- Assignment operators
- Equality operators
- Logical operators
You will see how these operators can be used for conditional statements in the next tutorial but for now, you can watch the video below to learn about the different types of operators in the C# programming language.
Sample code: http://codemahal.com/video/operators-in-c/