@Override
public boolean equals (Object obj)

Overriding: java.lang.Object

Returns true if this Locale is equal to another object. A Locale is deemed equal to another Locale with identical language, script, country, variant and extensions, and unequal to all other objects.

Parameters:
obj    the reference object with which to compare.

Returns:  true if this Locale is equal to the specified object.