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