摘要: 重载了一个方法: public class RepeatDictionaryComparer : IEqualityComparer<string> { public bool Equals(string x, string y) { return x != y; } public int GetH 阅读全文
posted @ 2021-05-28 11:05 miss-you 阅读(744) 评论(0) 推荐(0)