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