Compares two colors for exact equality.  Note that float values can acquire error
            when operated upon, such that an exact comparison between two vEquals(color);alues which are logically
            equal may fail. see cref="AreClose" for a "fuzzy" version of this comparison.
            
 
        命名空间: 
     CPF.Drawing
        程序集:
     CPF (在 CPF.dll 中) 版本:0.8.8.5
 语法
语法public override bool Equals(
	Object o
)
参数
- o
- 类型:SystemObject
 The object to compare to "this"
返回值
类型:
BooleanWhether or not the two colors are equal
 参见
参见