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