equals

open operator override fun equals(obj: Any?): Boolean

Compares the equality of two StringCharacterIterator objects.

Return

true if the given obj is the same as this StringCharacterIterator object; false otherwise.

Parameters

obj

the StringCharacterIterator object to be compared with.