Example #1
0
 public bool Equals(CacheNeedle <T> other)
 {
     return(other != null && base.Equals(other));
 }
Example #2
0
 public bool Equals(CacheNeedle <T> other)
 {
     return(!ReferenceEquals(other, null) && base.Equals(other));
 }