Statements, Expressions, and Operators (C# Programming Guide)
This section contains information regarding the fundamental elements that make up a C# program. The C# code that comprises an application consists of statements comprising C# keywords, expressions and operators.
For more information, see:
How to: Use Operator Overloading to Create a Complex Number Class (C# Programming Guide)
Guidelines for Overloading Equals() and Operator == (C# Programming Guide)
C# Language Specification
For more information, see the following sections in the C# Language Specification:
1.4 Expressions
1.5 Statements
1.6.6.5 Operators
5.3.3 Precise rules for determining definite assignment
7 Expressions
7.2 Operators
8 Statements
See Also
Reference
Casting (C# Programming Guide)