J-P Nurmi
e86f43d841
Introduce CaseSensitivity enum class
...
The enum is a bit more verbose, but leads to more readable code:
str.Equals("foo", true)
// vs.
str.Equals("foo", CString::CaseSensitive)
Deprecate the old Equals() and leave out the length parameter
from the new version => use StartsWith() or StrCmp() instead.
2014-09-29 16:30:45 +02:00
..
2014-03-02 02:01:40 +01:00
2014-09-28 14:57:06 -04:00
2014-09-28 14:57:06 -04:00
2014-09-13 22:48:21 +02:00
2013-12-31 10:10:55 +01:00
2014-08-12 00:20:18 +01:00
2014-02-06 18:06:29 +01:00
2014-06-10 21:55:38 +01:00
2014-09-13 23:40:22 +02:00
2014-09-13 23:40:22 +02:00
2014-02-16 12:45:09 +01:00
2014-09-05 16:34:36 +02:00
2011-09-23 03:33:13 +07:00
2014-09-13 22:48:21 +02:00
2013-12-31 10:10:55 +01:00
2014-09-28 14:57:06 -04:00
2013-12-31 10:10:55 +01:00
2012-08-14 19:31:14 +07:00
2013-12-31 10:10:55 +01:00
2013-12-31 10:10:55 +01:00
2014-08-11 09:09:38 +02:00
2014-08-04 10:04:21 +02:00
2014-09-07 21:23:28 +02:00
2014-04-20 15:20:39 +01:00
2014-09-09 00:01:08 +02:00
2013-12-31 10:10:55 +01:00
2014-09-29 16:30:45 +02:00