Check if this instance of LineSegment equals to the specified one.

Namespace:  AForge.Math.Geometry
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::.Object
Another line segment to check equalty to.

Return Value

Return trueTruetruetrue (True in Visual Basic) if objects are equal.

See Also