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

IsEqual does not support Array Types #16

Closed
robodude666 opened this issue Aug 22, 2017 · 2 comments
Closed

IsEqual does not support Array Types #16

robodude666 opened this issue Aug 22, 2017 · 2 comments

Comments

@robodude666
Copy link

IsEqual should support Array Types so that users can compare if two arrays are identical (same size, index 0 matches index 0, etc.). Currently it falls through to the else clause:

IsEqual = Actual = Expected

and causes a VB runtime error.

@timhall
Copy link
Member

timhall commented Aug 22, 2017

@Vitosh actually sent a PR for this far too long ago, I'll merge that shortly to fix this.

@robodude666
Copy link
Author

Ah, #12. I saw that some time ago but forgot about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants