Click or drag to resize

EdgeTypeCompare Method

Compares two edge types by id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static int Compare(
	EdgeType aId,
	EdgeType bId
)

Parameters

aId
Type: VelocityGraphEdgeType
edge type 1
bId
Type: VelocityGraphEdgeType
edge type 2

Return Value

Type: Int32
0 if edge types are equal, -1 if aId is less than bId; otherwise 1
See Also