StringCharacterIterator.equals

StringCharacterIterator.equals

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean equals( Object obj )
Parameters
obj
the StringCharacterIterator object to be compared with.
Returns
true if the given obj is the same as this StringCharacterIterator object; false otherwise.
Description
Compares the equality of two StringCharacterIterator objects.

Overrides
equals in class Object