protected bool Equals(NotEqualsRelationship other)
 {
     return(other != null && AreOperandsMatching(other));
 }
 protected bool Equals(NotEqualsRelationship other)
 {
     return other != null && AreOperandsMatching(other);
 }