FsSpreadsheet icon indicating copy to clipboard operation
FsSpreadsheet copied to clipboard

[BUG] Address custom equality

Open HLWeil opened this issue 1 year ago • 0 comments

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 avatar Jul 10 '23 13:07 HLWeil