Skip to content

Commit 0175dbb

Browse files
KirkMunrosdwheeler
authored andcommitted
add is/isnot to comparison ops section (#4892)
1 parent dfcce35 commit 0175dbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/7/Microsoft.PowerShell.Core/About/about_Operators.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ expressions, and (`-like`, `-notlike`) use wildcards `*`.
5151
Containment comparison operators determine whether a test value appears in a
5252
reference set (`-in`, `-notin`, `-contains`, `-notcontains`).
5353

54+
Type comparison operators (`-is`, `-isnot`) determine whether an object is
55+
of a given type.
56+
5457
Bitwise comparison operators (`-bAND`, `-bOR`, `-bXOR`, `-bNOT`) manipulate
5558
the bit patterns in values.
5659

0 commit comments

Comments
 (0)