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