Click or drag to resize

EulerAnglesIsEqualTo Method (EulerAngles)

Evaluates if the current instance and another are equal using global tolerance.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool IsEqualTo(
	EulerAngles other
)

Parameters

other
Type: Gile.AutoCAD.GeometryEulerAngles
EulerAngles instance.

Return Value

Type: Boolean
true, if the two instance are equal ; false, otherwise.
See Also