| Standard equals implementation. This method compares the ObjectArrayRowKey
object values for == equality. If the passed Object is not an
ObjectArrayRowKey instance, the superclass (RowKey) gets a chance to evaluate
the Object for equality.
Parameters: o - the Object to check equality true if equal, false if not See Also: Object.equals(Object) |