Ejemplo n.º 1
0
 private bool ValueEquals(Same <T> other)
 {
     return(ReferenceEquals(this.reference, other.reference));
 }
Ejemplo n.º 2
0
 public bool Equals(Same <T> other)
 {
     return(ValueSemantics.Determine(other, this.ValueEquals));
 }