Click or drag to resize

EulerAnglesInequality Operator

Evaluates if the two instances of EulerAngles are not equal.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static bool operator !=(
	EulerAngles a,
	EulerAngles b
)

Parameters

a
Type: Gile.AutoCAD.GeometryEulerAngles
First instance to compare.
b
Type: Gile.AutoCAD.GeometryEulerAngles
Second instance to compare.

Return Value

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