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