equals

open fun equals(@Nullable firstString: String, @Nullable secondString: String): Boolean

Checks if the strings are equal.

Return

true if the strings are equal, false otherwise.

Parameters

firstString

The first string.

secondString

The second string.