If the variable already has a value, the assignment operator (=) replaces the value without warning.
변수에 값이 이미 있으면 할당 연산자(=)는 경고 없이 값을 대체합니다.
Space characters between the assignment operator (the '=' sign) and the parameter value are not counted.
할당 연산자 ('=' 부호)와 매개변수 값 사이의 공백 문자는 계산되지 않습니다.
You can assign a value to a variable using the assignment operator (=).
대입 연산자(=)를 사용하여 변수에 값을 지정할 수 있습니다.
The values stored in the array are delimited with a comma and separated from the variable name by the assignment operator (=).
배열에 저장된 값은 쉼표로 구분되고 할당 연산자(=)로 변수 이름과 분리됩니다.
When working with variables directly, use a dollar sign ($) to identify the name as a variable and the assignment operator (=) to establish and change its value.
변수에서 직접 작업하는 경우 달러 기호($)를 사용하여 이름을 변수로 식별하고 할당 연산자(=)를 사용하여 해당 값을 설정 및 변경할 수 있습니다.
equal sign assignment operator
같음 기호 할당 연산자
assignment operator, the return value,
할당 연산자, 반환 값,
Having the same variable name n appearing on both sides of the assignment operator does not change the logic: first we find out which single object is meant on the right-hand side, and only then do we assign a name to it.
동일한 변수명 n 이 할당 연산자 양쪽에 나타난다고 로직이 변경되지는 않는다: 어떤 단일 객체도 오른쪽 편에 있는 것을 먼저 알아낸다. 그리고 나서, 변수에 할당한다.
Now, we truly have an equation with a name (variable) on the left-hand side of the assignment operator =, and an object (24) on the right hand-side.
이제, 할당 연산자 = 왼편에 (변수) 명칭과 우측편에 객체 (24)를 갖는 방정식을 생성하게 되었다.
The command uses a dollar sign ($) to indicate a variable and the assignment operator (=) to assign the result of the Get-Service command to the newly created variable.
이 명령은 달러 기호($)를 사용하여 변수를 나타내고 할당 연산자(=)를 사용하여 Get-Service 명령의 결과를 새로 만든 변수에 할당합니다.
Reference assignment operator in PHP, =&
PHP의 참조 할당 연산자, =&
The assignment operator (=) stores the security descriptor in the value of the $DogACL variable.
할당 연산자(=)는 $DogACL 변수 값에 보안 설명자를 저장합니다.
The command uses the assignment operator (=) to save the output in the $a variable and the pipeline operator (|) to send the output to Out-GridView.
또한 이 명령은 할당 연산자(=)를 사용하여 출력을 $a 변수에 저장하고 파이프라인 연산자(|)를 사용하여 출력을 Out-GridView로 보냅니다.