CustomScaleIsEqualTo(CustomScale) Method

Checks whether the passed object is equal to this object.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public bool IsEqualTo(
        CustomScale a
)

Parameters

a  CustomScale
[in] Custom print scale to check for equality.

Return Value

Boolean
true if the passed object is not null and has the same numerator and denominator values as this object, false otherwise.
See Also

©  Bricsys NV. All rights reserved.