Click or drag to resize

EulerAngles.Equals Method

Evaluates if the current instance and the object are equal.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
Object to be compared.

Return Value

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