equals
Return whether string1 is equals to string2.
Return
{@code true}
: yes{@code false}
: no
Parameters
s1
The first string.
s2
The second string.
Return whether string1 is equals to string2.
{@code true}
: yes{@code false}
: no
The first string.
The second string.