function equals($form)
 {
     return rex_form::isValid($form) && $this->getTableName() == $form->getTableName() && $this->getWhereCondition() == $form->getWhereCondition();
 }