日期:2014-05-17 浏览次数:21907 次
uint t1 = 0xffffffff; Color c1 = Color.FromArgb((int)t1); int t2 = -1; Color c2 = Color.FromArgb(t2); bool equal = c1.Equals(c2); //true