We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adca5c6 commit 9d14ac8Copy full SHA for 9d14ac8
src/ConsoleAppFramework/EquatableArray.cs
@@ -53,6 +53,6 @@ IEnumerator IEnumerable.GetEnumerator()
53
54
public bool Equals(EquatableArray<T> other)
55
{
56
- return AsSpan().SequenceEqual(array.AsSpan());
+ return AsSpan().SequenceEqual(other.AsSpan());
57
}
58
0 commit comments