摘要: 确定相同类型的两个实例的属性值是否相等 public static bool PublicInstancePropertiesEqual<T>(this T self, T to, params string[] ignore) where T : class { if (self == null 阅读全文
posted @ 2020-08-12 19:33 yetsen 阅读(123) 评论(0) 推荐(0)