The predefined integer comparison operators are: bool operator ==(int x, int y); bool operator ==(ui
The predefined floating-point comparison operators are: bool operator ==(float x, float y); bool ope
The && and || operators are called the conditional logical operators. They are also called
The ==, !=, <, >, <=, >=, is and as operators are called the relational and type-testin
The assignment operators assign a new value to a variable, a property, event, or an indexer element
The &, ^, and | operators are called the logical operators. and-expression: equality-expression
Every delegate type implicitly provides the following predefined comparison operators: : bool opera
The predefined reference type equality operators are: bool operator ==(object x, object y); bool ope
The << and >> operators are used to perform bit shifting operations. shift-expression: a
pre-increment-expression: ++ unary-expression pre-decrement-expression: -- unary-expression The oper