PrinterAttributesIsEqual Method |
返回用户文档首页
将当前对象与同类型的对象进行比较。
Namespace: LoongCAD.STC.Friendly.DrawingAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntaxpublic override bool IsEqual(
Object otherAttribute
)
Parameters
- otherAttribute Object
- 要比较的另一个属性对象
Return Value
Boolean所有属性值相等时返回 true
See Also