📠Unary operators operate on a single operand 📠Unary plus (+), Unary minus (-) 📠Increment ++ operator, decrement -- operator 📠Equality operators 📠The equality operator == returns true if its operands are of equal value, else it'll return false. 📠The Not Equal to != operator returns true if its operands are not of equal value, else it'll return false.
Introduction to C# in Unity3D #8: Operators – Part 3 ðŸ“

C# Unity3D Operators