Index

NOTE: Page references marked with an n are footnotes

! logical negation operator, 118119

!=, <, <=, ==, >= relational operators, 386

&&, ||, ^ logical Boolean operators, 116118, 122126

with flag enums, 365

() (cast/conversion) operators, 6164,

custom conversion operators, 391393

%=, *=, /=, +=, -= (compound assignment) operators, 97

overloading compound assignment operators, 387389

%, *, +, -, / (arithmetic) operators, 87

+ (string) operator, 9091

%, *, +, -, / operator overloading 387389

++/-- (increment/decrement) operators, 97102

+, - (unary plus/minus) operators, 8687

+, +=, -, -= delegate operators, 540542

= assignment operators, 15

?: (conditional) operators, 119120

?? (null coalescing) operators, 120121

@ characters, ...

Get Essential C# 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.