Click or drag to resize

Line3Inequality Operator

Compares two lines for not equal.

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

Parameters

a
Type: Karamba.GeometryLine3
First line.
b
Type: Karamba.GeometryLine3
Second line.

Return Value

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