Click or drag to resize

Line3Equals Method (Line3)

check whether a line equals this line

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

Parameters

other
Type: Karamba.GeometryLine3
other line to be compared

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also