Click or drag to resize

PrinterAttributesIsEqual Method

返回用户文档首页
将当前对象与同类型的对象进行比较。

Namespace: LoongCAD.STC.Friendly.Drawing
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntax
C#
public override bool IsEqual(
	Object otherAttribute
)

Parameters

otherAttribute  Object
要比较的另一个属性对象

Return Value

Boolean
所有属性值相等时返回 true
See Also