These are all operators | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

These are all operators

(== equal) (!= not equal) (>=greater than or equal) (<=smaller than or equal) (|| or)( && and)..

5th May 2017, 12:35 AM
Mahmoud Elsayed Ebrahime
Mahmoud Elsayed Ebrahime - avatar
3 Answers
+ 12
Can't forget these! | (conditional or) ^ (logical x or) & (conditional and) ?? (null coalescing) is (x is a T?) as (x as type T, null if not) >> (Shift bit right) << (Shift bit left) ++x. x++. --x. x--. (T)x. (cast) ~x (Bitwise negation) +x (identity) -x (reverse sign (negation)) source: https://msdn.microsoft.com/en-us/library/ms173145.aspx
5th May 2017, 1:06 AM
Rrestoring faith
Rrestoring faith - avatar
+ 2
Yup.
5th May 2017, 12:42 AM
Keto Z
Keto Z - avatar
+ 1
yeah it was a question 😊
8th May 2017, 3:35 AM
Mahmoud Elsayed Ebrahime
Mahmoud Elsayed Ebrahime - avatar