Click or drag to resize
DigitalRuneLineSegmentEquality Operator
Tests if two LineSegments are equal.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool operator ==(
	LineSegment lineSegment1,
	LineSegment lineSegment2
)

Parameters

lineSegment1
Type: DigitalRune.Geometry.ShapesLineSegment
The first LineSegment.
lineSegment2
Type: DigitalRune.Geometry.ShapesLineSegment
The second LineSegment.

Return Value

Type: Boolean
if the LineSegments are equal; otherwise .
See Also