RectEquals 方法 |
名称 | 说明 | |
---|---|---|
![]() | Equals(Object) |
Equals - compares this Rect 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(Rect) |
Equals - compares this Rect 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(Rect, Rect) |
Compares two Rect instances for object equality. 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.
|