regionMatches
Returns true
if the specified range in this char sequence is equal to the specified range in another char sequence.
Since Kotlin
1.0Parameters
the start offset in this char sequence of the substring to compare.
the string against a substring of which the comparison is performed.
the start offset in the other char sequence of the substring to compare.
the length of the substring to compare.
Since Kotlin
1.1Returns true
if the specified range in this string is equal to the specified range in another string.
Since Kotlin
1.0Parameters
the start offset in this string of the substring to compare.
the string against a substring of which the comparison is performed.
the start offset in the other string of the substring to compare.
the length of the substring to compare.
Returns true
if the specified range in this char sequence is equal to the specified range in another char sequence.
Since Kotlin
1.0Parameters
the start offset in this char sequence of the substring to compare.
the string against a substring of which the comparison is performed.
the start offset in the other char sequence of the substring to compare.
the length of the substring to compare.
Returns true
if the specified range in this string is equal to the specified range in another string.
Since Kotlin
1.3Parameters
the start offset in this string of the substring to compare.
the string against a substring of which the comparison is performed.
the start offset in the other string of the substring to compare.
the length of the substring to compare.
Returns true
if the specified range in this char sequence is equal to the specified range in another char sequence.
Since Kotlin
1.3Parameters
the start offset in this char sequence of the substring to compare.
the string against a substring of which the comparison is performed.
the start offset in the other char sequence of the substring to compare.
the length of the substring to compare.