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

[BUG] Address custom equality #29

Open
HLWeil opened this issue Jul 10, 2023 · 0 comments
Open

[BUG] Address custom equality #29

HLWeil opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@HLWeil
Copy link
Member

HLWeil commented Jul 10, 2023

Describe the bug

FsRangeAddress("A1:A1") = FsRangeAddress("A1:A1")
FsAddress("A1") = FsAddress("A1") 

both return false.

Expected behavior
These should return true. This could be done by implementing custom equality for the address types.

@HLWeil HLWeil added the bug Something isn't working label Jul 10, 2023
@omaus omaus self-assigned this Jul 10, 2023
@kMutagene kMutagene added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. and removed bug Something isn't working labels Jun 5, 2024
@omaus omaus moved this to Backlog in ARCStack Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
None yet
Development

No branches or pull requests

3 participants