Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mistakes in checking the equality of two arrays. #15

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

ShikiSuen
Copy link
Collaborator

  • Looks like we cannot use == to compare two lists of Strings. We must use A.SequenceEqual(B) instead. Similar issues in Node and KeyValuePaired are also fixed in this commit.

* Looks like we cannot use `==` to compare two lists of Strings. We must use `A.SequenceEqual(B)` instead. Similar issues in Node and KeyValuePaired are also fixed in this commit.
@ShikiSuen ShikiSuen added the bug Something isn't working label Mar 7, 2023
@ShikiSuen ShikiSuen self-assigned this Mar 7, 2023
@ShikiSuen ShikiSuen changed the title Fix wrong method in checking the equality of two arrays. Fix mistakes in checking the equality of two arrays. Mar 7, 2023
@ShikiSuen ShikiSuen merged commit 7c8d672 into main Mar 7, 2023
@ShikiSuen ShikiSuen deleted the fixArrayComparison branch March 7, 2023 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant