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