Compare start points, then end points.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public class CompareStartEndPoints : IComparer<Edge>
Visual Basic (Declaration)
Public Class CompareStartEndPoints _
	Implements IComparer(Of Edge)
Visual C++
public ref class CompareStartEndPoints : IComparer<Edge^>

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.CompareStartEndPoints

See Also