Click or drag to resize

EdgeTypeCompareTo Method

Compares two EdgeType objects by id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public int CompareTo(
	EdgeType obj
)

Parameters

obj
Type: VelocityGraphEdgeType
The object to compare with

Return Value

Type: Int32
a negative number if less, 0 if equal or else a positive number

Implements

IComparableTCompareTo(T)
See Also