Opened 16 years ago
Last modified 16 years ago
#886 closed Bug
Make it explicit that operator == is a force string comparison. — at Initial Version
Reported by: | Valik | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.3.1.0 | Component: | AutoIt |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
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.
Note: See
TracTickets for help on using
tickets.