Exemplo n.º 1
0
 public RandomizedObjectEqualityComparer()
 {
     _entropy = HashHelpers.GetEntropy();
 }
Exemplo n.º 2
0
 public RandomizedStringEqualityComparer()
 {
     _entropy = HashHelpers.GetEntropy();
 }