Changes between Initial Version and Version 1 of Ticket #886


Ignore:
Timestamp:
03/31/09 08:16:54 (15 years ago)
Author:
Valik
Comment:

Fixed silly typos.

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.
     1It'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.