Click or drag to resize

EulerAnglesIsEqualTo Method (EulerAngles, Tolerance)

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

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public bool IsEqualTo(
	EulerAngles other,
	Tolerance tolerance
)

Parameters

other
Type: Gile.AutoCAD.R20.GeometryEulerAngles
EulerAngles intance.
tolerance
Type: Tolerance
Tolerance.

Return Value

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