Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the operators that compare values in PowerShell.
Locale: en-US
ms.date: 06/06/2024
ms.date: 01/19/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Comparison_Operators
Expand Down Expand Up @@ -44,8 +44,8 @@ specified patterns. PowerShell includes the following comparison operators:
- `-contains`, `-icontains`, `-ccontains` - collection contains a value
- `-notcontains`, `-inotcontains`, `-cnotcontains` - collection doesn't
contain a value
- `-in` - value is in a collection
- `-notin` - value isn't in a collection
- `-in`, `-iin`, `-cin` - value is in a collection
- `-notin`, `-inotin`, `-cnotin` - value isn't in a collection

**Type**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the operators that compare values in PowerShell.
Locale: en-US
ms.date: 06/06/2024
ms.date: 01/19/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Comparison_Operators
Expand Down Expand Up @@ -44,8 +44,8 @@ specified patterns. PowerShell includes the following comparison operators:
- `-contains`, `-icontains`, `-ccontains` - collection contains a value
- `-notcontains`, `-inotcontains`, `-cnotcontains` - collection doesn't
contain a value
- `-in` - value is in a collection
- `-notin` - value isn't in a collection
- `-in`, `-iin`, `-cin` - value is in a collection
- `-notin`, `-inotin`, `-cnotin` - value isn't in a collection

**Type**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the operators that compare values in PowerShell.
Locale: en-US
ms.date: 06/06/2024
ms.date: 01/19/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Comparison_Operators
Expand Down Expand Up @@ -44,8 +44,8 @@ specified patterns. PowerShell includes the following comparison operators:
- `-contains`, `-icontains`, `-ccontains` - collection contains a value
- `-notcontains`, `-inotcontains`, `-cnotcontains` - collection doesn't
contain a value
- `-in` - value is in a collection
- `-notin` - value isn't in a collection
- `-in`, `-iin`, `-cin` - value is in a collection
- `-notin`, `-inotin`, `-cnotin` - value isn't in a collection

**Type**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the operators that compare values in PowerShell.
Locale: en-US
ms.date: 06/06/2024
ms.date: 01/19/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Comparison_Operators
Expand Down Expand Up @@ -44,8 +44,8 @@ specified patterns. PowerShell includes the following comparison operators:
- `-contains`, `-icontains`, `-ccontains` - collection contains a value
- `-notcontains`, `-inotcontains`, `-cnotcontains` - collection doesn't
contain a value
- `-in` - value is in a collection
- `-notin` - value isn't in a collection
- `-in`, `-iin`, `-cin` - value is in a collection
- `-notin`, `-inotin`, `-cnotin` - value isn't in a collection

**Type**

Expand Down