equals Ignore Case
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.
Return whether string1 is equals to string2, ignoring case considerations..
{@code true}
: yes{@code false}
: no
The first string.
The second string.