Click or drag to resize

EdgeTypeCompare Method

Compares two edge types by id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.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