private bool ValueEquals(NotEqual <T> other) { return(this.reference.Equals(other.reference)); }
public bool Equals(NotEqual <T> other) { return(ValueSemantics.Determine(other, this.ValueEquals)); }