Which of the following is NOT a PowerShell comparison operator type?
Matching
Containment
Replacement
Assignment
EXPLANATION
Comparison operators are used in PowerShell to compare
values. There are four types of operators: equality, matching,
containment, and replacement. The one big gotcha in PowerShell has to do
with syntax: rather than using traditional comparison operators like
< or > PowerShell uses -lt or -gt to perform comparisons.
0 comments:
Post a Comment