Changes between Initial Version and Version 1 of Ticket #886
- Timestamp:
- Mar 31, 2009, 8:16:54 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #886
- Property Summary Make it explicit that operator == is a force string comparison. → Make it explicit that operator == is a forced string comparison.
-
Ticket #886 – Description
initial v1 1 It's ambiguous how operator == works. It needs to mention it is a '''forced''' string comparison. It currently implies that it behaves just like operator = except when comparing string it's case insensitive. That is not true, it ''always'' compares as strings.1 It's ambiguous how operator == works. It needs to mention it is a '''forced''' string comparison. It currently implies that it behaves just like operator = except when comparing strings it's case sensitive. That is not true, it ''always'' compares as strings.
