예제 #1
0
 public bool isEquals(Fault fault)
 {
     return(this.name == fault.getName() && this.implication == fault.getimplication() && this.isEqualSystemComponentLists(fault.getAffectedComponents(), this.affectedComponents));
 }