Click or drag to resize

PolyLine3Equals Method (PolyLine3)

Tests whether another poly-line equals this poly-line.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool Equals(
	PolyLine3 other
)

Parameters

other
Type: Karamba.GeometryPolyLine3
Other poly-line to compare this with.

Return Value

Type: Boolean
True in case of equality.

Implements

IEquatableTEquals(T)
See Also