Click or drag to resize

PolyLine3Equals Method (PolyLine3)

test whether another poly-line equals this poly-line

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

Parameters

other
Type: Karamba.GeometryPolyLine3

[Missing <param name="other"/> documentation for "M:Karamba.Geometry.PolyLine3.Equals(Karamba.Geometry.PolyLine3)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Geometry.PolyLine3.Equals(Karamba.Geometry.PolyLine3)"]

Implements

IEquatableTEquals(T)
See Also