Tests a pair of character sequences for equality, up to a maximum number of characters.
- Parameters
-
a | First string. |
b | Second string. |
maxCount | Maximum number of characters to compare. |
- Returns
- kTRUE if the character sequences are equal; otherwise, kFALSE.