PixelRectEquals 方法 (PixelRect) | 
 
            Equals - compares this PixelRect with the passed in object.  In this equality
            int.NaN is equal to itself, unlike in numeric equality.
            Note that int values can acquire error when operated upon, such that
            an exact comparison between two values which
            are logically equal may fail.
            
 
        命名空间: 
     CPF
        程序集:
     CPF (在 CPF.dll 中) 版本:0.8.8.5
语法public bool Equals(
	PixelRect value
)
参数
- value
 - 类型:CPFPixelRect
The PixelRect to compare to "this" 
返回值
类型:
Boolean
            bool - true if "value" is equal to "this".
            
参见