c#重载等号和不等号
摘要:
public abstract class IdenticalObject { public IdenticalObject(string id) { this.ID = id; } public string ID { get; private set; } public static bool 阅读全文
posted @ 2020-09-10 09:16 空明流光 阅读(874) 评论(0) 推荐(0)
posted @ 2020-09-10 09:16 空明流光 阅读(874) 评论(0) 推荐(0)