Exemple #1
0
 public boolean equals(Object otherObj) {
   if (!(otherObj instanceof BaseXMLEventType)) {
     return false;
   }
   BaseXMLEventType other = (BaseXMLEventType) otherObj;
   return (configurationEventTypeXMLDOM.equals(other.configurationEventTypeXMLDOM));
 }