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.
|