Example #1
0
 public bool Equals(HashSet <T> x, HashSet <T> y)
 {
     return(HashSet <T> .HashSetEquals(x, y, this.m_comparer));
 }