Skip to content

Commit 3692b79

Browse files
authored
Update Variants of EqualityComparer with Generics types - Without implementing a comparable class implementation.ps1
1 parent 0038e10 commit 3692b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Pwsh/Linq/Variants of EqualityComparer with Generics types - Without implementing a comparable class implementation.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ using namespace System.Collections.Generic
33
using namespace System.Collections
44
using namespace System.Linq
55

6+
# 2025: Added a new summary with more methods in this thread: <https://discord.com/channels/180528040881815552/447476117629304853/1327427981995675802>
7+
68
$all_files = @( gci 'c:\' -depth 0 -File )
79
$some_files = @( $all_files | Get-random -count 4 )
810

0 commit comments

Comments
 (0)