Exemplo n.º 1
0
 public bool Equals(LazyNeedle <T> other)
 {
     return(!ReferenceEquals(other, null) && base.Equals(other));
 }
Exemplo n.º 2
0
 public bool Equals(LazyNeedle <T> other)
 {
     return(other != null && base.Equals(other));
 }