示例#1
0
 public override bool Equals(object obj) => obj is ConcurrentSet <T> set && set.Equals(set.set);