So you don't have to use the assignment operator.
所以你并不需要使用赋值运算符。
Everything to the left of the assignment operator.
赋值操作符左边的所有内容。
Everything to the right of the assignment operator.
赋值操作符右边的所有内容。
Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.
赋值操作符把右边的东西,复制到左边。
So this is the equality operator, whereas the single equal sign is the assignment operator.
所以这是相等操作符,然而那个单等号是一个赋值运算符。
The equal sign is really called the "assignment operator."
那个等号其实是个“赋值运算符“
应用推荐