equalsIgnoreCase

open fun equalsIgnoreCase(s1: String, s2: String): Boolean

Return whether string1 is equals to string2, ignoring case considerations..

Return

{@code true}: yes{@code false}: no

Parameters

s1

The first string.

s2

The second string.