#Windows PowerShell 1.0 Comparison and Containment Operators
Explore tagged Tumblr posts
dotnet-helpers-blog · 7 years ago
Text
Power Shell - Containment Operators
Power Shell – Containment Operators
Power Shell Containment Operators The containment operators (-contains and -notcontains) are similar to the equal operators. However, the containment operators always return a Boolean value, even when the input is a collection. The conditional operator -Contains is similar to -eq, except it returns ‘True’ or ‘False’. -Contains is designed for situations where you wish to test for one particular…
View On WordPress
0 notes