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

Commit 3c092e5

Browse files
authored
Merge pull request #53 from ibocon/patch-2
Change method name to match example code
2 parents 0932f13 + 20e8192 commit 3c092e5

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)