FsSpreadsheet
FsSpreadsheet copied to clipboard
[BUG] Address custom equality
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.