Google News
logo
PowerShell - Interview Questions
Explain the Comparison operator in PowerShell?
Comparison Operators are used in PowerShell for comparing the values. Following are four types of comparison operators :
 
* Equality Comparison Operator
* Match Comparison Operator
* Containment Comparison Operator
* Replace Comparison Operator
Advertisement