CADability dotNET
Checks whether this dimensionstyle has the same properties as the other dimension style. Name equality is not checked.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool SameData(
	DimensionStyle other
)
Visual Basic
Public Function SameData ( _
	other As DimensionStyle _
) As Boolean
Visual C++
public:
bool SameData(
	DimensionStyle^ other
)

Parameters

other
Type: CADability.Attribute..::..DimensionStyle
The other dimension style

Return Value

true if equal

See Also