|| !(policyComponent instanceof Assertion)
|| !getName().equals(((Assertion)policyComponent).getName())) {
return false;
}
JaxbAssertion<HTTPClientPolicy> other = JaxbAssertion.cast((Assertion)policyComponent);
return new ClientPolicyCalculator().equals(this.getData(), other.getData());
}