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