Click or drag to resize

PolyLine3Equality Operator

Compare two lines.

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 in case of equality.
See Also