Skip to content

Commit 4aeac1b

Browse files
Update Compare-Object.md
Added line 77 for explaining sideindicators in the example section for easier understanding.
1 parent eb7fcbb commit 4aeac1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/7.5/Microsoft.PowerShell.Utility/Compare-Object.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ racoon =>
7474
dog <=
7575
squirrel <=
7676
```
77+
If you're specifically looking for differences after comparing both objects, refer to the side indicator column. (`<=`) indicates an item missing from the difference object, while (`=>`) indicates an item missing from the reference object.
7778

7879
### Example 2 - Compare each line of content and exclude the differences
7980

0 commit comments

Comments
 (0)