比较两个页边对象是否不相等。如果两个页边对象的 Left、Bottom、Right、Top属性的存在不相等,那么两个页边对象不相等。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public static bool op_Inequality( PaperMargin left, PaperMargin right ) |
参数
- left
- Type: SuperMap.Layout..::.PaperMargin
要比较的页边对象。
- right
- Type: SuperMap.Layout..::.PaperMargin
要比较的页边对象。