Returns true if string handling by the array is case-sensitive.
| 81 | |
| 82 | /// Returns true if string handling by the array is case-sensitive. |
| 83 | bool isCaseSensitive() const { return mCaseSensitive; } |
| 84 | |
| 85 | bool isEqual( const String &valA, const String &valB ) const |
| 86 | { |