Click or drag to resize

EulerAnglesInequality Operator

Evaluates if the two instances of EulerAngles are not equal.

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

Parameters

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

Return Value

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