Beispiel #1
0
 // using m_comparer to keep equals properties intact; don't want to choose one of the comparers
 public bool Equals(PooledSet <T> x, PooledSet <T> y)
 {
     return(PooledSet <T> .PooledSetEquals(x, y, _comparer));
 }