public boolean isSame(AcSqlResultsVo e) {
   if (!JwUtility.isEqual(getSchemaName(), e.getSchemaName())) return false;
   if (!JwUtility.isEqual(getIndex(), e.getIndex())) return false;
   return isSameIgnoringKey(e);
 }