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) |
相等和 == 不完全一致的,==是大约
|