点击或拖拽改变大小

PixelRectEquals 方法

重载列表
  名称说明
公共方法Equals(Object)
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.
(重写 ValueTypeEquals(Object).)
公共方法Equals(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.
公共方法静态成员Equals(PixelRect, PixelRect)
Compares two PixelRect instances for object equality. 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.
Top
参见