Click or drag to resize

PolyLine3Inequality Operator

Compare lines for inequality.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static bool operator !=(
	PolyLine3 a,
	PolyLine3 b
)

Parameters

a
Type: Karamba.GeometryPolyLine3
First poly-line.
b
Type: Karamba.GeometryPolyLine3
Second poly-line.

Return Value

Type: Boolean
True if the lines are not equal.
See Also