点击或拖拽改变大小

SizeEquals 方法

重载列表
  名称说明
公共方法Equals(Object)
Equals - compares this Size with the passed in object. In this equality float.NaN is equal to itself, unlike in numeric equality. Note that float values can acquire error when operated upon, such that an exact comparison between two values which are logically equal may fail.
(重写 ValueTypeEquals(Object).)
公共方法Equals(Size)
Equals - compares this Size with the passed in object. In this equality float.NaN is equal to itself, unlike in numeric equality. Note that float values can acquire error when operated upon, such that an exact comparison between two values which are logically equal may fail.
公共方法静态成员Equals(Size, Size)
相等和 == 不完全一致的,==是大约
Top
参见