比较两个页边对象是否相等。如果两个页边对象的 Left、Bottom、Right、Top属性的分别相等,那么两个页边对象相等。

命名空间:  SuperMap.Layout
程序集:  SuperMap.Layout (in SuperMap.Layout)
版本: dll

语法

C#
public bool Equals(
	PaperMargin paperMargin
)

参数

paperMargin
Type: SuperMap.Layout..::.PaperMargin
要测试的页边对象。

返回值

如果两个页边对象的 Left、Bottom、Right、Top属性的分别相等,返回true; 否则返回false。

版本信息

SuperMap iObjects .NET


请参见