判定两个矩形对象相等,即有相同的边界坐标值。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public static bool op_Equality( Rectangle2D left, Rectangle2D right ) |
参数
- left
- Type: SuperMap.Data..::.Rectangle2D
要比较的 Rectangle2D 。
- right
- Type: SuperMap.Data..::.Rectangle2D
要比较的 Rectangle2D 。
返回值
如果左边和右边的 Left,Bottom,Right,Top的值都相等,则为 true;否则为 false。备注
注意其判定精度为零值判断精度。关于更多零值判断精度的信息,请参见Environment类。