Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 46de77d

Browse files
authored
Change method name to match example code
In example code does not use 'EqualAll' method. Therefore, I suggest to change method name to 'SequenceEqual'. I was confused when I saw 'SequenceEqual' method because I expected to see 'EqualAll' method.
1 parent efd622b commit 46de77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

101-linq-samples/docs/sequence-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LINQ - Sequence operations
22

3-
These operators compare or manipulate entire sequences: `EqualAll`, `Concat`, and `Combine`.
3+
These operators compare or manipulate entire sequences: `SequenceEqual`, `Concat`, and `Combine`.
44

55
## Compare two sequences for equality
66

0 commit comments

Comments
 (0)