using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { /*Equals 的默认实现支持引用相等性(对于引用类型)和按位相等性(对... Read More
posted @ 2011-03-17 22:55
Jon.Zhiwei@hotmail.com
阅读(362)
评论(0)
推荐(0)