Changes between Initial Version and Version 1 of Ticket #886
- Timestamp:
- 03/31/09 08:16:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #886
- Property Summary changed from Make it explicit that operator == is a force string comparison. to 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.