https://bz.apache.org/bugzilla/show_bug.cgi?id=58563
David North <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from David North <[email protected]> --- What sort of equality did you have in mind? * XSSFRichTextString comparable to other XSSFRichTextString (only) * XSSFRichTextString comparable to HSSFRichTextString It looks like the HSSF equality is in terms of the string characters themselves, and not the fonts. i.e. it's roughly equivalent to comparing getString() values. Potentially we could make both sorts comparable on the basis of getString(). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
