Click or drag to resize
Accord.NET (logo)

LineSegmentEquality Operator

Equality operator - checks if two line segments have equal parameters.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool operator ==(
	LineSegment line1,
	LineSegment line2
)
Request Example View Source

Parameters

line1
Type: Accord.Math.GeometryLineSegment
First line segment to check.
line2
Type: Accord.Math.GeometryLineSegment
Second line segment to check.

Return Value

Type: Boolean
Returns if parameters of specified line segments are equal.
See Also