Opened 16 years ago
Last modified 16 years ago
#886 closed Bug
Make it explicit that operator == is a forced string comparison. — at Version 1
Reported by: | Valik | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.3.1.0 | Component: | AutoIt |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description (last modified by Valik)
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.
Change History (1)
comment:1 Changed 16 years ago by Valik
- Description modified (diff)
- Summary changed from Make it explicit that operator == is a force string comparison. to Make it explicit that operator == is a forced string comparison.
Note: See
TracTickets for help on using
tickets.
Fixed silly typos.