Click or drag to resize

EulerAnglesEquals Method

Evaluates if the current instance and the object are equal.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to be compared.

Return Value

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