public string WhereRule() { if (_relatedConstraints.Contains(_relatingConstraint)) { return ("WR11 ConstraintRelationship : The instance to which the relation RelatingConstraint points shall not be the same as the RelatedConstraint\n"); } return(""); }